| Did you know ... | Search Documentation: |
| Predicate py_initialize/3 |
[det]py_initialize(+Program,
+Argv, +Options)Calling this predicate while the Python is already initialized is a no-op. This predicate is thread-safe, where the first call initializes Python.
In addition to initializing the Python system, it
janus.py to the Python
module search path.| Options | is currently ignored. It will be used to provide additional configuration options. |