Searched refs:PyZip_Type (Results 1 – 11 of 11) sorted by relevance
9 PyAPI_DATA(PyTypeObject) PyZip_Type;
104 Python/bltinmodule.c - PyZip_Type -
3011 PyTypeObject PyZip_Type = { variable3192 SETBUILTIN("zip", &PyZip_Type); in _PyBuiltin_Init()
2320 if (t == &PyZip_Type) { in _PySpecialization_ClassifyIterator()
918 EXPORT_DATA(PyZip_Type)
823 data,PyZip_Type,3.2,,
1626 …<elf-symbol name='PyZip_Type' size='416' type='object-type' binding='global-binding' visibility='d…23785 …PyZip_Type' type-id='type-id-266' mangled-name='PyZip_Type' visibility='default' filepath='./Inclu…
846 Python/bltinmodule.c:PyZip_Type PyTypeObject PyZip_Type
2317 &PyZip_Type,
10898 && type != &PyZip_Type) in expect_manually_inherited()10934 || type == &PyZip_Type) in expect_manually_inherited()
1605 [data.PyZip_Type]