Description Usage Arguments Functions
Python Interface Basics
1 2 3 4 5 6 7 8 9 | pyHelp(key)
pyVersion()
pyIsConnected()
pyExit()
pyConnect(path, port = 6000L, host = "localhost", timeout = 10000L)
|
key |
The Python function or object to get help on. |
path |
The path to the Python executable. |
port |
A port number to use for communicating with Python. |
host |
The hostname to use for communicating with Python. |
timeout |
Maximum time to wait for a response from Python. |
pyHelp
: Print Python help documents.
pyVersion
: Print Python version information.
pyIsConnected
: Check if Python is connected.
pyExit
: Disconnect from Python.
pyConnect
: Connect to Python.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.