MCPcopy 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
50print("Example 1")
51class Book:
52 def __init__(self, title, due_date):
53 self.title = title
54 self.due_date = due_date
55
56
57print("Example 2")

Callers 1

item_104.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected