Home
last modified time | relevance | path

Searched refs:PyFrozenSet_New (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Include/
Dsetobject.h81 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
/external/python/cpython2/Include/
Dsetobject.h84 PyAPI_FUNC(PyObject *) PyFrozenSet_New(PyObject *);
/external/python/cpython2/Objects/
Dcodeobject.c75 v = PyFrozenSet_New(tmp); in intern_string_constants()
524 set = PyFrozenSet_New(tuple); in _PyCode_ConstantKey()
Dsetobject.c2279 PyFrozenSet_New(PyObject *iterable) in PyFrozenSet_New() function
2430 assertRaises(PyFrozenSet_New(Py_None) == NULL, PyExc_TypeError); in test_c_api()
2457 f = PyFrozenSet_New(dup); in test_c_api()
2490 f = PyFrozenSet_New(dup); in test_c_api()
2512 f = PyFrozenSet_New(NULL); in test_c_api()
/external/python/cpython3/Objects/
Dsetobject.c2246 PyFrozenSet_New(PyObject *iterable) in PyFrozenSet_New() function
2392 assertRaises(PyFrozenSet_New(Py_None) == NULL, PyExc_TypeError); in test_c_api()
2419 f = PyFrozenSet_New(dup); in test_c_api()
2452 f = PyFrozenSet_New(dup); in test_c_api()
2474 f = PyFrozenSet_New(NULL); in test_c_api()
Dcodeobject.c98 v = PyFrozenSet_New(tmp); in intern_string_constants()
806 set = PyFrozenSet_New(tuple); in _PyCode_ConstantKey()
/external/python/cpython3/Doc/c-api/
Dset.rst89 .. c:function:: PyObject* PyFrozenSet_New(PyObject *iterable)
/external/python/cpython2/Doc/c-api/
Dset.rst95 .. c:function:: PyObject* PyFrozenSet_New(PyObject *iterable)
/external/python/cpython3/Modules/
D_abc.c300 PyObject *abstracts = PyFrozenSet_New(NULL); in compute_abstract_methods()
D_hashopenssl.c1768 .set = PyFrozenSet_New(NULL), in hashlib_md_meth_names()
D_ssl.c5604 retval = PyFrozenSet_New(NULL); in parseKeyUsage()
D_pickle.c5800 frozenset = PyFrozenSet_New(items); in load_frozenset()
/external/python/cpython2/Modules/
D_hashopenssl.c805 state.set = PyFrozenSet_New(NULL); in generate_hash_name_list()
/external/python/cpython3/PC/
Dpython3.def269 PyFrozenSet_New=python39.PyFrozenSet_New
/external/python/cpython2/PC/os2emx/
Dpython27.def507 "PyFrozenSet_New"
/external/python/cpython3/Python/
Dast_opt.c358 Py_SETREF(newval, PyFrozenSet_New(newval)); in fold_iter()
Dmarshal.c1260 v = (type == TYPE_SET) ? PySet_New(NULL) : PyFrozenSet_New(NULL); in r_object()
Dcompile.c1287 PyObject *new = PyFrozenSet_New(tuple); in merge_consts_recursive()
3695 Py_SETREF(folded, PyFrozenSet_New(folded)); in starunpack_helper()
/external/python/cpython2/Doc/data/
Drefcounts.dat440 PyFrozenSet_New:PyObject*::+1:
441 PyFrozenSet_New:PyObject*:iterable:0:
/external/python/cpython2/Python/
Dmarshal.c970 v = (type == TYPE_SET) ? PySet_New(NULL) : PyFrozenSet_New(NULL); in r_object()
/external/python/cpython3/Doc/data/
Drefcounts.dat903 PyFrozenSet_New:PyObject*::+1:
904 PyFrozenSet_New:PyObject*:iterable:0:
/external/python/cpython2/Doc/whatsnew/
D2.5.rst2159 and :c:func:`PyFrozenSet_New` to create a new set, :c:func:`PySet_Add` and
/external/python/cpython3/Doc/whatsnew/
D2.5.rst2160 and :c:func:`PyFrozenSet_New` to create a new set, :c:func:`PySet_Add` and