Home
last modified time | relevance | path

Searched defs:PyBytes_CheckExact (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/python310/Python-3.10.1/Include/
H A Dbytesobject.h32 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dbytesobject.h32 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dbytesobject.h32 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dbytesobject.h35 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dbytesobject.h35 #define PyBytes_CheckExact(op) Py_IS_TYPE(op, &PyBytes_Type) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dbytesobject.h5 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dbytesobject.h5 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dbytesobject.h5 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dbytesobject.h49 #define PyBytes_CheckExact(op) (Py_TYPE(op) == &PyBytes_Type) macro
/dports/databases/py-pyodbc/pyodbc-4.0.32/src/
H A Dpyodbccompat.h24 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dpython-compat.h55 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/math/vtk8/VTK-8.2.0/Wrapping/PythonCore/
H A DvtkPythonCompatibility.h100 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/www/mod_wsgi4/mod_wsgi-4.7.0/src/server/
H A Dwsgi_python.h83 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/math/py-graphillion/Graphillion-1.3/src/py3c/
H A Dcompat.h94 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/databases/py-PyGreSQL/PyGreSQL-5.2/
H A Dpy3c.h101 #define PyBytes_CheckExact PyString_CheckExact macro
/dports/archivers/py-lz4/lz4-2.1.10/py3c/py3c/
H A Dcompat.h97 #define PyBytes_CheckExact PyString_CheckExact macro

12