Home
last modified time | relevance | path

Searched refs:PyObject_DelAttr (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/boost-docs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/databases/percona57-server/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/databases/xtrabackup/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/databases/percona57-client/boost_1_59_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/
H A Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/dports/devel/py-cppy/cppy-1.1.0/cppy/include/cppy/
H A Dptr.h379 return PyObject_DelAttr( m_ob, attr ) == 0; in delattr()
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/dports/devel/py-mypy/mypy-0.910/mypyc/test-data/
H A Dirbuild-statements.test910 r2 = PyObject_DelAttr(dummy, r1)
925 r2 = PyObject_DelAttr(dummy, r1)
928 r5 = PyObject_DelAttr(dummy, r4)
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dabstract.h229 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A),NULL) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dabstract.h229 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A),NULL) macro

12345678910