MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / __init__

Method __init__

example_code/item_052.py:69–71  ·  view source on GitHub ↗
(self, input_data)

Source from the content-addressed store, hash-verified

67print("Example 3")
68class Worker:
69 def __init__(self, input_data):
70 self.input_data = input_data
71 self.result = None
72
73 def map(self):
74 raise NotImplementedError

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected