MCPcopy Create free account
hub / github.com/Kr1s77/awesome-python-login-model / __init__

Method __init__

csdn/selenium_csdn.py:21–26  ·  view source on GitHub ↗
(self, account, password)

Source from the content-addressed store, hash-verified

19
20class Api(object):
21 def __init__(self, account, password):
22 self.url = base_url
23 self.account = account
24 self.password = password
25 self.browser = None
26 self.page = None
27
28 async def send_key(self):
29 await asyncio.sleep(random.randint(2, 3))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected