ConnectionOptions¶
-
class
propertyestimator.client.ConnectionOptions(server_address='localhost', server_port=8000)[source]¶ The set of options to use when connecting to a PropertyEstimatorServer
Warning
This class is still heavily under development and is subject to rapid changes.
-
__init__(server_address='localhost', server_port=8000)[source]¶ Constructs a new ConnectionOptions object.
Methods
__init__([server_address, server_port])Constructs a new ConnectionOptions object.
json()Creates a JSON representation of this class.
parse_json(string_contents[, encoding])Parses a typed json string into the corresponding class structure.
Attributes
-
json()¶ Creates a JSON representation of this class.
- Returns
The JSON representation of this class.
- Return type
-