pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
_PyWeakref_GetWeakrefCount
deimos
python
weakrefobject
_
Py_ssize_t
_PyWeakref_GetWeakrefCount
(
PyWeakReference
*
head
)
C_long
_PyWeakref_GetWeakrefCount
(
PyWeakReference
*
head
)
version
(!
Python_2_5_Or_Later
)
C_long
_PyWeakref_GetWeakrefCount
(
PyWeakReference
*
head
)
Meta
Source
See Implementation
deimos
python
weakrefobject
functions
PyWeakref_Check
PyWeakref_CheckProxy
PyWeakref_CheckRef
PyWeakref_CheckRefExact
PyWeakref_GET_OBJECT
PyWeakref_GetObject
PyWeakref_NewProxy
PyWeakref_NewRef
_PyWeakref_ClearRef
_PyWeakref_GetWeakrefCount
structs
PyWeakReference
_