MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / __get__

Method __get__

example_code/item_060.py:113–114  ·  view source on GitHub ↗
(self, instance, instance_type)

Source from the content-addressed store, hash-verified

111print("Example 5")
112class Grade:
113 def __get__(self, instance, instance_type):
114 pass
115
116 def __set__(self, instance, value):
117 pass

Callers 1

item_060.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected