MCPcopy Index your code
hub / github.com/geekcomputers/Python / __init__

Method __init__

spotifyAccount.py:51–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return proxyOutput
50
51 def __init__(self):
52 self.splited = []
53 threading.Thread(target=self.update).start()
54 time.sleep(3)
55
56
57proxy1 = proxy()

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected