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
1417 Corresponding to built-in types1476 Corresponding to types in :mod:`collections`1532 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
856 collections section in New, Improved, and Deprecated Modules
696 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
123 Py_ssize_t collections; member
2972 ScopedPyObjectPtr collections(PyImport_ImportModule("collections.abc")); in InitProto2MessageModule() local2974 ScopedPyObjectPtr collections(PyImport_ImportModule("collections")); in InitProto2MessageModule() local
5672 PyObject *collections = NULL; in PyInit__decimal() local
61762 mozilla::Vector<Collection> collections; member in JS::dbg::GarbageCollectionEvent