class documentation

Service that controls the FiftyOne web server.

Method __init__ Undocumented
Method start Starts the service.
Class Variable allow_headless Undocumented
Class Variable service_name Undocumented
Property address Undocumented
Property command Undocumented
Property env Undocumented
Property port Undocumented
Instance Variable _address Undocumented
Instance Variable _do_not_track Undocumented
Instance Variable _port Undocumented

Inherited from Service:

Method __del__ Stops the service.
Method stop Stops the service.
Method wait Waits for the service to exit and returns its exit code.
Class Variable working_dir Undocumented
Instance Variable child Undocumented
Method _wait_for_child_port Waits for any child process of this service to bind to a TCP port.
Instance Variable _disabled Undocumented
Instance Variable _system Undocumented
Property _service_args Arguments passed to the service entrypoint.
def __init__(self, port, address=None, do_not_track=False): (source)
def start(self): (source)

Starts the service.

Undocumented

Undocumented

_address = (source)

Undocumented

_do_not_track = (source)

Undocumented

Undocumented