Lines Matching defs:__get__
21 Descriptor.__get__ = lambda self, instance, value: 236 def __get__(self, instance, owner):48 Descriptor.__get__ = __get__256 def __get__(self, instance, owner):274 Descriptor.__get__ = __get__291 def __get__(self, instance, owner):303 Descriptor.__get__ = __get__