MCPcopy Index your code
hub / github.com/RustPython/RustPython / daemon

Method daemon

Lib/multiprocessing/process.py:199–203  ·  view source on GitHub ↗

Return whether process is a daemon

(self)

Source from the content-addressed store, hash-verified

197
198 @property
199 def daemon(self):
200 '''
201 Return whether process is a daemon
202 '''
203 return self._config.get('daemon', False)
204
205 @daemon.setter
206 def daemon(self, daemonic):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected