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

Method __set__

example_code/item_060.py:116–117  ·  view source on GitHub ↗
(self, instance, value)

Source from the content-addressed store, hash-verified

114 pass
115
116 def __set__(self, instance, value):
117 pass
118
119class Exam:
120 # Class attributes

Callers 1

item_060.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected