Searched refs:dict_keys (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/python/test/ |
D | dict.cpp | 37 object dict_keys(dict data) in dict_keys() function 83 def("dict_keys", dict_keys); in BOOST_PYTHON_MODULE()
|
/third_party/python/Lib/ |
D | _collections_abc.py | 57 dict_keys = type({}.keys()) variable 881 KeysView.register(dict_keys)
|
/third_party/python/Lib/idlelib/ |
D | debugger_r.py | 159 def dict_keys(self, did): member in IdbAdapter
|
/third_party/python/Doc/library/ |
D | functools.rst | 525 dict_keys([<class 'NoneType'>, <class 'int'>, <class 'object'>,
|
/third_party/python/Objects/ |
D | dictobject.c | 2235 dict_keys(PyDictObject *mp) in dict_keys() function 2858 return dict_keys((PyDictObject *)mp); in PyDict_Keys()
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 566 dict_keys([0, 130, 10, 140, 20, 150, 30, ..., 250]) 584 dict_keys([0, 130, 10, ..., 250]) 587 dict_keys([0, 130, 260, 10, ..., 250])
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 174 ``dict_keys``. ``d.keys() | other`` was slower than ``set(d) | other`` but
|
/third_party/python/Misc/ |
D | HISTORY | 12264 - Issue #9212: dict_keys and dict_items now provide the isdisjoint() method, to 16847 - Bug #2606: Avoid calling .sort() on a dict_keys object.
|