Home | History | Annotate | Download | only in library

Lines Matching full:_property

641        __dict__ = _property(_asdict)
647 x = _property(_itemgetter(0), doc='Alias for field number 0')
649 y = _property(_itemgetter(1), doc='Alias for field number 1')