MCPcopy Create free account
hub / github.com/Sentdex/pygta5 / __init__

Method __init__

original_project/keys.py:257–262  ·  view source on GitHub ↗
(self, common = None)

Source from the content-addressed store, hash-verified

255
256 # setup object
257 def __init__(self, common = None):
258 self.keys_worker = KeysWorker(self)
259 # Thread(target=self.keys_worker.processQueue).start()
260 self.common = common
261 if common is None:
262 self.standalone = True
263
264 # parses keys string and adds keys to the queue
265 def parseKeyString(self, string):

Callers

nothing calls this directly

Calls 1

KeysWorkerClass · 0.85

Tested by

no test coverage detected