Home
last modified time | relevance | path

Searched defs:collections_abc (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dcompat.py56 import collections.abc as collections_abc # pylint: disable=unused-import namespace
58 import collections as collections_abc # pylint: disable=unused-import namespace
/external/python/uritemplates/uritemplate/
Dorderedset.py6 import collections.abc as collections_abc namespace
8 import collections as collections_abc namespace
Dvariable.py21 import collections.abc as collections_abc namespace
23 import collections as collections_abc namespace
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py156 import collections.abc as collections_abc namespace
159 import collections as collections_abc namespace
Dwell_known_types_test.py35 import collections.abc as collections_abc namespace
/external/protobuf/python/google/protobuf/internal/
D_parameterized.py156 import collections.abc as collections_abc namespace
159 import collections as collections_abc namespace
Dwell_known_types_test.py35 import collections.abc as collections_abc namespace
/external/python/cpython3/Modules/_decimal/
D_decimal.c5673 PyObject *collections_abc = NULL; in PyInit__decimal() local