Home
last modified time | relevance | path

Searched refs:feature_external_pes (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/xml/sax/
Dhandler.py273 feature_external_pes = "http://xml.org/sax/features/external-parameter-entities" variable
285 feature_external_pes]
Dexpatreader.py11 from xml.sax.handler import feature_external_ges, feature_external_pes
135 elif name in (feature_validation, feature_external_pes,
160 elif name == feature_external_pes:
/third_party/libxml2/python/
Ddrv_libxml2.py68 feature_external_pes, \
329 elif name == feature_external_pes:
350 elif name == feature_external_pes:
/third_party/python/Doc/library/
Dxml.sax.handler.rst105 .. data:: feature_external_pes
351 ``feature_external_ges`` and the ``feature_external_pes`` properties.