Searched defs:collections (Results 1 – 15 of 15) sorted by relevance
6 def find_test_functions(collections): argument119 def run(collections, args=None): argument
271 def wrap_ext(collections): argument
1964 Corresponding to built-in types2024 Corresponding to types in :mod:`collections`2080 Other concrete types
900 collections section in Improved Modules905 The :class:`~collections.OrderedDict` class is now implemented in C, which argument
795 collections section in Improved Modules1964 collections section in Deprecated Python modules, functions and methods
858 collections section in New, Improved, and Deprecated Modules
698 collections section in Improved Modules
1017 collections section in Improved Modules
661 collections section in Improved Modules
920 collections section in Improved Modules
1 namespace collections { namespace
124 Py_ssize_t collections; member
2972 ScopedPyObjectPtr collections(PyImport_ImportModule("collections.abc")); in InitProto2MessageModule() local2974 ScopedPyObjectPtr collections(PyImport_ImportModule("collections")); in InitProto2MessageModule() local
5829 PyObject *collections = NULL; in PyInit__decimal() local
61762 mozilla::Vector<Collection> collections; member in JS::dbg::GarbageCollectionEvent