MCPcopy Index your code
hub / github.com/pyload/pyload / __init__

Method __init__

module/plugins/hoster/YoutubeCom.py:54–56  ·  view source on GitHub ↗
(self, cookies=None, options=None, limit=2000000)

Source from the content-addressed store, hash-verified

52
53 # @TODO: Add 'limit' parameter to HTTPRequest in v0.4.10
54 def __init__(self, cookies=None, options=None, limit=2000000):
55 self.limit = limit
56 HTTPRequest.__init__(self, cookies=cookies, options=options)
57
58 def write(self, buf):
59 """ writes response """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected