We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34b06 commit 204a257Copy full SHA for 204a257
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java
@@ -112,7 +112,8 @@
112
dependentLanguages = {"nfi", "llvm"}, //
113
interactive = true, internal = false, //
114
contextPolicy = TruffleLanguage.ContextPolicy.SHARED, //
115
- fileTypeDetectors = PythonFileDetector.class)
+ fileTypeDetectors = PythonFileDetector.class,
116
+ website = "https://www.graalvm.org/python/")
117
@ProvidedTags({
118
StandardTags.CallTag.class,
119
StandardTags.StatementTag.class,
0 commit comments