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

Method put

example_code/item_070.py:72–74  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

70
71 print("Example 3")
72 def put(self, item):
73 with self.lock:
74 self.items.append(item)
75
76
77 print("Example 4")

Callers 6

runMethod · 0.80
simulate_pipelineFunction · 0.80
simulate_phased_pipelineFunction · 0.80
runMethod · 0.80
item_070.pyFile · 0.80
runMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected