MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/threading.py:656–695  ·  view source on GitHub ↗

This constructor should always be called with keyword arguments. Arguments are: *group* should be None; reserved for future extension when a ThreadGroup class is implemented. *target* is the callable object to be invoked by the run() method. Defaults to None, meanin

(self, group=None, target=None, name=None,
                 args=(), kwargs=None, verbose=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

_set_daemonMethod · 0.95
strFunction · 0.85
_newnameFunction · 0.85
EventFunction · 0.70
ConditionFunction · 0.70
LockClass · 0.50
__init__Method · 0.45

Tested by

no test coverage detected