MCPcopy Index your code
hub / github.com/python/cpython / __get__

Method __get__

Lib/test/test_math.py:209–210  ·  view source on GitHub ↗
(self, obj, objtype=None)

Source from the content-addressed store, hash-verified

207
208class BadDescr:
209 def __get__(self, obj, objtype=None):
210 raise ValueError
211
212class MathTests(unittest.TestCase):
213

Callers 3

test_field_descriptorMethod · 0.45
patch_screenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected