Home
last modified time | relevance | path

Searched refs:PySet_Check (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/devel/cpp2py/cpp2py-2.0.0/c++/cpp2py/converters/
H A Dset.hpp47 if (!PySet_Check(ob)) goto _false; in is_convertible()
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dsetobject.h103 #define PySet_Check(ob) \ macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dsetobject.h76 #define PySet_Check(ob) \ macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dsetobject.h76 #define PySet_Check(ob) \ macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dsetobject.h97 #define PySet_Check(ob) \ macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dsetobject.h97 #define PySet_Check(ob) \ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dsetobject.h76 #define PySet_Check(ob) \ macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dsetobject.h103 #define PySet_Check(ob) \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dsetobject.h97 #define PySet_Check(ob) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dsetobject.h98 #define PySet_Check(ob) \ macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dsetobject.h103 #define PySet_Check(ob) \ macro
/dports/lang/python27/Python-2.7.18/Objects/
H A Dsetobject.c1874 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1907 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1939 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
2004 if (PySet_Check(self) && !_PyArg_NoKeywords("set()", kwds)) in set_init()
2297 if (!PySet_Check(set)) { in PySet_Clear()
2317 if (!PySet_Check(set)) { in PySet_Discard()
2327 if (!PySet_Check(anyset) && in PySet_Add()
2369 if (!PySet_Check(set)) { in PySet_Pop()
2379 if (!PySet_Check(set)) { in _PySet_Update()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dsetobject.c1874 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1907 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1939 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
2004 if (PySet_Check(self) && !_PyArg_NoKeywords("set()", kwds)) in set_init()
2297 if (!PySet_Check(set)) { in PySet_Clear()
2317 if (!PySet_Check(set)) { in PySet_Discard()
2327 if (!PySet_Check(anyset) && in PySet_Add()
2369 if (!PySet_Check(set)) { in PySet_Pop()
2379 if (!PySet_Check(set)) { in _PySet_Update()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dsetobject.c1868 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1901 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1933 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
1997 if (PySet_Check(self) && !_PyArg_NoKeywords("set()", kwds)) in set_init()
2290 if (!PySet_Check(set)) { in PySet_Clear()
2310 if (!PySet_Check(set)) { in PySet_Discard()
2320 if (!PySet_Check(anyset) && in PySet_Add()
2362 if (!PySet_Check(set)) { in PySet_Pop()
2372 if (!PySet_Check(set)) { in _PySet_Update()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dsetobject.c1821 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1854 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1886 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
2267 if (!PySet_Check(set)) { in PySet_Clear()
2287 if (!PySet_Check(set)) { in PySet_Discard()
2297 if (!PySet_Check(anyset) && in PySet_Add()
2324 if (!PySet_Check(set)) { in PySet_Pop()
2334 if (!PySet_Check(set)) { in _PySet_Update()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dsetobject.c1883 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1916 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1948 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
2298 if (!PySet_Check(set)) { in PySet_Clear()
2318 if (!PySet_Check(set)) { in PySet_Discard()
2328 if (!PySet_Check(anyset) && in PySet_Add()
2367 if (!PySet_Check(set)) { in PySet_Pop()
2377 if (!PySet_Check(set)) { in _PySet_Update()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dsetobject.c1819 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_contains()
1852 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_remove()
1884 if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) in set_discard()
2263 if (!PySet_Check(set)) { in PySet_Clear()
2283 if (!PySet_Check(set)) { in PySet_Discard()
2293 if (!PySet_Check(anyset) && in PySet_Add()
2320 if (!PySet_Check(set)) { in PySet_Pop()
2330 if (!PySet_Check(set)) { in _PySet_Update()

1234567