MCPcopy Create free account
hub / github.com/Jack-Cherish/python-spider / __init__

Method __init__

zhengfang_system_spider/spider.py:19–21  ·  view source on GitHub ↗
(self, user, pswd)

Source from the content-addressed store, hash-verified

17
18class Who:
19 def __init__(self, user, pswd):
20 self.user = user
21 self.pswd = pswd
22
23
24class Tool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected