Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
do_work(data):
57
assert False, data
58
59
def
handle(request):
60
try
:
Callers
3
handle
Function · 0.85
handle2
Function · 0.85
handle3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected