Projects STRLCPY geneva Commits b7bd667a
🤬
  • Updated Engine Docstring

    Updated the server_port arg in engine docstring to be a string.
  • Loading...
  • Michael Harrity committed 3 years ago
    b7bd667a
    1 parent 00b2e0e5
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    engine.py
    skipped 46 lines
    47 47   demo_mode=False):
    48 48   """
    49 49   Args:
    50  - server_port (int): The port(s) the engine will monitor
     50 + server_port (str): The port(s) the engine will monitor
    51 51   string_strategy (str): String representation of strategy DNA to apply to the network
    52 52   environment_id (str, None): ID of the given strategy
    53 53   server_side (bool, False): Whether or not the engine is running on the server side of the connection
    skipped 419 lines
Please wait...
Page is in error, reload to recover