Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ Book
Class
Book
example_code/item_104.py:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
class
Book:
52
def
__init__(self, title, due_date):
53
self.title = title
54
self.due_date = due_date
55
56
57
print(
"Example 2"
)
Callers
1
item_104.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected