Home
last modified time | relevance | path

Searched refs:PyWeakref_GET_OBJECT (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dweakrefobject.c148 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_hash()
161 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_repr()
177 PyWeakref_GET_OBJECT(self), in weakref_repr()
203 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
204 || PyWeakref_GET_OBJECT(other) == Py_None) { in weakref_richcompare()
396 if (PyWeakref_GET_OBJECT(proxy) == Py_None) { in proxy_checkref()
413 o = PyWeakref_GET_OBJECT(o); \
420 o = PyWeakref_GET_OBJECT(o); \
472 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
533 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
[all …]
/dports/lang/python27/Python-2.7.18/Objects/
H A Dweakrefobject.c148 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_hash()
161 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_repr()
177 PyWeakref_GET_OBJECT(self), in weakref_repr()
203 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
204 || PyWeakref_GET_OBJECT(other) == Py_None) { in weakref_richcompare()
396 if (PyWeakref_GET_OBJECT(proxy) == Py_None) { in proxy_checkref()
413 o = PyWeakref_GET_OBJECT(o); \
420 o = PyWeakref_GET_OBJECT(o); \
472 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
533 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dweakrefobject.c55 if (PyWeakref_GET_OBJECT(self) != Py_None) { in clear_weakref()
57 PyWeakref_GET_OBJECT(self)); in clear_weakref()
147 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_hash()
160 if (PyWeakref_GET_OBJECT(self) == Py_None) { in weakref_repr()
176 PyWeakref_GET_OBJECT(self), in weakref_repr()
194 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
398 o = PyWeakref_GET_OBJECT(o); \
405 o = PyWeakref_GET_OBJECT(o); \
457 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
518 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
208 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
218 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
429 o = PyWeakref_GET_OBJECT(o); \
500 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
509 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
563 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
590 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
605 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
208 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
218 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
429 o = PyWeakref_GET_OBJECT(o); \
500 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
509 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
563 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
590 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
605 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dweakrefobject.c149 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
166 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
209 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
219 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
436 o = PyWeakref_GET_OBJECT(o); \
507 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
516 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
570 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
597 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
612 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
208 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
218 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
429 o = PyWeakref_GET_OBJECT(o); \
500 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
509 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
563 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
590 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
605 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
208 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
218 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
429 o = PyWeakref_GET_OBJECT(o); \
500 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
509 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
563 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
590 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
605 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dweakrefobject.c149 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
166 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
209 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
219 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
436 o = PyWeakref_GET_OBJECT(o); \
507 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
516 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
570 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
597 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
612 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
208 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
218 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
429 o = PyWeakref_GET_OBJECT(o); \
500 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
509 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
563 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
590 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
605 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python310/Python-3.10.1/Objects/
H A Dweakrefobject.c149 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
166 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
209 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
219 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
436 o = PyWeakref_GET_OBJECT(o); \
507 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
516 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
570 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
597 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
612 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python37/Python-3.7.12/Objects/
H A Dweakrefobject.c148 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_hash()
165 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_repr()
211 if (PyWeakref_GET_OBJECT(self) == Py_None in weakref_richcompare()
221 PyObject* obj = PyWeakref_GET_OBJECT(self); in weakref_richcompare()
432 o = PyWeakref_GET_OBJECT(o); \
503 PyWeakref_GET_OBJECT(proxy)); in WRAP_BINARY()
512 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_setattr()
564 PyObject *o = PyWeakref_GET_OBJECT(proxy); in WRAP_BINARY()
591 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_contains()
606 PyObject *obj = PyWeakref_GET_OBJECT(proxy); in proxy_length()
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dweakrefobject.h44 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dweakrefobject.h69 #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dweakrefobject.h73 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python27/Python-2.7.18/Include/
H A Dweakrefobject.h73 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dweakrefobject.h77 #define PyWeakref_GET_OBJECT(ref) \ macro

12345678910>>...15