MCPcopy Create free account
hub / github.com/pyload/pyload / __init__

Method __init__

module/network/RequestFactory.py:31–36  ·  view source on GitHub ↗
(self, core)

Source from the content-addressed store, hash-verified

29
30class RequestFactory():
31 def __init__(self, core):
32 self.lock = Lock()
33 self.core = core
34 self.bucket = Bucket()
35 self.updateBucket()
36 self.cookiejars = {}
37
38 def iface(self):
39 return self.core.config["download"]["interface"]

Callers

nothing calls this directly

Calls 2

updateBucketMethod · 0.95
BucketClass · 0.90

Tested by

no test coverage detected