class documentation
class ServerService(Service): (source)
Constructor: ServerService(port, address, do_not_track)
Service that controls the FiftyOne web server.
Method | __init__ |
Undocumented |
Method | start |
Starts the service. |
Class Variable | allow |
Undocumented |
Class Variable | service |
Undocumented |
Property | address |
Undocumented |
Property | command |
Undocumented |
Property | env |
Undocumented |
Property | port |
Undocumented |
Instance Variable | _address |
Undocumented |
Instance Variable | _do |
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 |
Undocumented |
Instance Variable | child |
Undocumented |
Method | _wait |
Waits for any child process of this service to bind to a TCP port. |
Instance Variable | _disabled |
Undocumented |
Instance Variable | _system |
Undocumented |
Property | _service |
Arguments passed to the service entrypoint. |