MCPcopy 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
50print("Example 1")
51class Request:
52 def __init__(self, body):
53 self.body = body
54 self.response = None
55
56def do_work(data):
57 assert False, data

Callers 1

item_087.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected