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

Method setHandler

pyLoadCli.py:149–152  ·  view source on GitHub ↗
(self, klass)

Source from the content-addressed store, hash-verified

147 self.input = string
148
149 def setHandler(self, klass):
150 #create new handler with reference to cli
151 self.bodyHandler = self.inputHandler = klass(self)
152 self.input = ""
153
154 def renderHeader(self, line):
155 """ prints download status """

Callers 1

onCharMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected