The client.py module#
Summary#
Provides the client object for interacting with the Rocky/Freeflow app. |
Connect to a Rocky/Freeflow app instance. |
|
This function is deprecated. |
Description#
Module that defines the RockyClient class, which acts as a proxy for a Rocky
application session.
Module detail#
- client.connect(host: str | None = None, port: int = PYROCKY_DEFAULT_PORT) RockyClient#
Connect to a Rocky/Freeflow app instance.
- client.connect_to_rocky(host: str | None = None, port: int = PYROCKY_DEFAULT_PORT) RockyClient#
This function is deprecated. Use connect() instead.
- client.DEFAULT_SERVER_PORT = 18615#