MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / DeepThought

Class DeepThought

code/descriptor.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 pass
16
17class DeepThought:
18 @LazyProperty
19 def meaning_of_life(self):
20 time.sleep(3)
21 return 42
22
23my_deep_tought_instance = DeepThought()
24print(my_deep_tought_instance.meaning_of_life)

Callers 1

descriptor.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected