MCPcopy Index your code
hub / github.com/RustPython/RustPython / __get__

Method __get__

Lib/test/test_enum.py:239–240  ·  view source on GitHub ↗
(self, instance, ownerclass)

Source from the content-addressed store, hash-verified

237 self.__doc__ = doc
238
239 def __get__(self, instance, ownerclass):
240 return self.fget(ownerclass)
241
242# for global repr tests
243

Callers

nothing calls this directly

Calls 1

fgetMethod · 0.80

Tested by

no test coverage detected