cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
PySetObject.lookup
deimos
python
setobject
PySetObject
Undocumented in source.
setentry
*
function
(
PySetObject
*
so
,
PyObject
*
key
,
Py_hash_t
hash
)
lookup
;
setentry
*
function
(
PySetObject
*
so
,
PyObject
*
key
,
C_long
hash
)
lookup
;
struct
PySetObject
version(Python_2_5_Or_Later && !Python_3_2_Or_Later)
setentry
*
function
(
PySetObject
*
so
,
PyObject
*
key
,
C_long
hash
)
lookup
;
Meta
Source
See Implementation
deimos
python
setobject
PySetObject
mixins
__anonymous
variables
data
fill
hash
lookup
mask
smalltable
table
used
weakreflist