Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 15 of 15) sorted by relevance

/third_party/PyYAML/tests/lib/
Dtest_appliance.py6 def find_test_functions(collections): argument
119 def run(collections, args=None): argument
Dtest_yaml_ext.py271 def wrap_ext(collections): argument
/third_party/python/Doc/library/
Dtyping.rst1964 Corresponding to built-in types
2024 Corresponding to types in :mod:`collections`
2080 Other concrete types
/third_party/python/Doc/whatsnew/
D3.5.rst900 collections section in Improved Modules
905 The :class:`~collections.OrderedDict` class is now implemented in C, which argument
D3.7.rst795 collections section in Improved Modules
1964 collections section in Deprecated Python modules, functions and methods
D3.2.rst858 collections section in New, Improved, and Deprecated Modules
D3.8.rst698 collections section in Improved Modules
D3.3.rst1017 collections section in Improved Modules
D3.4.rst661 collections section in Improved Modules
D3.6.rst920 collections section in Improved Modules
/third_party/typescript/src/harness/
DcollectionsImpl.ts1 namespace collections { namespace
/third_party/python/Include/internal/
Dpycore_gc.h124 Py_ssize_t collections; member
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2972 ScopedPyObjectPtr collections(PyImport_ImportModule("collections.abc")); in InitProto2MessageModule() local
2974 ScopedPyObjectPtr collections(PyImport_ImportModule("collections")); in InitProto2MessageModule() local
/third_party/python/Modules/_decimal/
D_decimal.c5829 PyObject *collections = NULL; in PyInit__decimal() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp61762 mozilla::Vector<Collection> collections; member in JS::dbg::GarbageCollectionEvent