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

Method convert

example_code/item_065.py:204–205  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

202 setattr(instance, self.internal_name, adjusted_value)
203
204 def convert(self, value):
205 raise NotImplementedError
206
207
208print("Example 12")

Callers 1

__set__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected