Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ Request
Class
Request
example_code/item_087.py:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
class
Request:
52
def
__init__(self, body):
53
self.body = body
54
self.response = None
55
56
def
do_work(data):
57
assert False, data
Callers
1
item_087.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected