Searched defs:shutdown (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/lint/
H A Dbase.py128 def shutdown(self, engine): member in class:Checker
/pkg/src/modules/client/transport/
H A Dengine.py994 def shutdown(self): member in class:CurlTransportEngine
H A Dtransport.py620 def shutdown(self): member in class:Transport
630 self.__engine.shutdown()
653 # Call setup if the transport isn't configured or was shutdown.
850 # Call setup if the transport isn't configured or was shutdown.
1329 # Call setup if the transport isn't configured or was shutdown.
1429 # Call setup if the transport isn't configured or was shutdown.
1907 # Call setup if the transport isn't configured or was shutdown.
2040 # Call setup if the transport isn't configured or was shutdown.
2138 # Call setup if the transport isn't configured or was shutdown.
2409 # Call setup if the transport isn't configured or was shutdown
[all...]
/pkg/src/modules/
H A Dpipeutils.py358 def shutdown(how): member in class:PipeSocket
502 """Trigger a shutdown of the RPC server. This is done via a
503 separate thread since the shutdown() entry point is
512 server_obj.shutdown()

Completed in 22 milliseconds