Searched defs:public_id (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/xml/sax/ |
D | handler.py | 364 def startDTD(self, name, public_id, system_id): argument
|
D | xmlreader.py | 212 def setPublicId(self, public_id): argument
|
/third_party/python/Lib/test/ |
D | test_pyexpat.py | 692 def resolve_entity(context, base, system_id, public_id): argument 720 def resolve_entity(context, base, system_id, public_id): argument
|
/third_party/python/Lib/ |
D | plistlib.py | 180 …ity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, notation_name): argument
|