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

Function do_work

example_code/item_087.py:56–57  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

54 self.response = None
55
56def do_work(data):
57 assert False, data
58
59def handle(request):
60 try:

Callers 3

handleFunction · 0.85
handle2Function · 0.85
handle3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected