Buckets:
| /* Weak references objects for Python. */ | |
| extern "C" { | |
| typedef struct _PyWeakReference PyWeakReference; | |
| PyAPI_DATA(PyTypeObject) _PyWeakref_RefType; | |
| PyAPI_DATA(PyTypeObject) _PyWeakref_ProxyType; | |
| PyAPI_DATA(PyTypeObject) _PyWeakref_CallableProxyType; | |
| PyAPI_FUNC(PyObject *) PyWeakref_NewRef(PyObject *ob, | |
| PyObject *callback); | |
| PyAPI_FUNC(PyObject *) PyWeakref_NewProxy(PyObject *ob, | |
| PyObject *callback); | |
| Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref); | |
| PyAPI_FUNC(int) PyWeakref_GetRef(PyObject *ref, PyObject **pobj); | |
| } | |
Xet Storage Details
- Size:
- 1.39 kB
- Xet hash:
- 902e79c9b1f5fea2e218af1f4356659ad5b7e70c44834932b5b40f8c767fb7ec
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.