MCPcopy Index your code
hub / github.com/bslatkin/effectivepython / read

Method read

example_code/item_052.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50print("Example 1")
51class InputData:
52 def read(self):
53 raise NotImplementedError
54
55
56print("Example 2")

Callers 8

try_finally_exampleFunction · 0.45
divide_jsonFunction · 0.45
load_dataFunction · 0.45
item_010.pyFile · 0.45
game_logicFunction · 0.45
item_028.pyFile · 0.45
readMethod · 0.45
mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected