Home
last modified time | relevance | path

Searched refs:get_pybool (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dpyexpat.c1403 get_pybool(int istrue) in get_pybool() function
1451 return get_pybool(self->buffer != NULL); in xmlparse_getattr()
1456 return get_pybool(self->ns_prefixes); in xmlparse_getattr()
1458 return get_pybool(self->ordered_attributes); in xmlparse_getattr()
1460 return get_pybool((long) self->returns_unicode); in xmlparse_getattr()
1462 return get_pybool((long) self->specified_attributes); in xmlparse_getattr()
/external/python/cpython3/Modules/
Dpyexpat.c1254 get_pybool(int istrue) in get_pybool() function
1312 return get_pybool(self->buffer != NULL); in xmlparse_getattro()
1317 return get_pybool(self->ns_prefixes); in xmlparse_getattro()
1319 return get_pybool(self->ordered_attributes); in xmlparse_getattro()
1321 return get_pybool((long) self->specified_attributes); in xmlparse_getattro()