File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
graalpython/org.graalvm.python.embedding/src/org/graalvm/python/embedding/utils Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 141
141
* </ul>
142
142
* </p>
143
143
*
144
+ * For <b>more examples</b> on how to use this class refer to
145
+ * <a href="https://github.com/graalvm/graal-languages-demos/tree/main/graalpy">GraalPy Demos and
146
+ * Guides</a>.
147
+ *
144
148
* @see VirtualFileSystem
145
149
* @see VirtualFileSystem.Builder
146
150
*/
147
- // TODO: link to user guide
148
151
public final class GraalPyResources {
149
152
150
153
private GraalPyResources () {
@@ -197,9 +200,10 @@ public static Context createContext() {
197
200
* }
198
201
* }
199
202
* </pre>
200
- *
203
+ *
204
+ * @see <a href=
205
+ * "https://github.com/oracle/graalpython/blob/master/graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonOptions.java">PythonOptions</a>
201
206
*/
202
- // TODO add link to python options doc
203
207
public static Context .Builder contextBuilder () {
204
208
VirtualFileSystem vfs = VirtualFileSystem .create ();
205
209
return contextBuilder (vfs );
You can’t perform that action at this time.
0 commit comments