MCPcopy Create free account
hub / github.com/ZiniuLu/Python-100-Days / __init__

Method __init__

Day66-75/code/main.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51class Spider(object):
52
53 def __init__(self):
54 self.status = SpiderStatus.IDLE
55
56 @Retry()
57 def fetch(self, current_url, *, charsets=('utf-8', ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected