MCPcopy Create free account
hub / github.com/ActiveState/code / fn

Method fn

recipes/Python/496979_threaded_pipes/recipe-496979.py:19–24  ·  view source on GitHub ↗

this function gets overridden must return something to fill the queue with

(self)

Source from the content-addressed store, hash-verified

17 self.input = input
18
19 def fn(self):
20 """
21 this function gets overridden
22 must return something to fill the queue with
23 """
24 pass
25
26 def run(self):
27 """

Callers 5

runMethod · 0.95
callMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected