Home | History | Annotate | Download | only in Lib

Lines Matching refs:__slots__

353     __slots__ = '_days', '_seconds', '_microseconds', '_hashcode'
686 __slots__ = '_year', '_month', '_day', '_hashcode'
958 __slots__ = ()
1046 __slots__ = '_hour', '_minute', '_second', '_microsecond', '_tzinfo', '_hashcode', '_fold'
1366 __slots__ = date.__slots__ + time.__slots__
1950 __slots__ = '_offset', '_name'