Home
last modified time | relevance | path

Searched defs:Sized (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A D_collections_abc.py373 class Sized(metaclass=ABCMeta): class
H A Dtyping.py2681 Sized = _alias(collections.abc.Sized, 0) # Not generic. variable
/third_party/python/Lib/test/
H A Dtest_collections.py24 from collections.abc import Sized, Container, Callable, Collection namespace

Completed in 11 milliseconds