Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/xml/dom/
Dxmlbuilder.py54 _legal_actions = (ACTION_REPLACE, ACTION_APPEND_AS_CHILDREN, variable in DOMBuilder
198 if action not in self._legal_actions:
/external/python/cpython3/Lib/xml/dom/
Dxmlbuilder.py55 _legal_actions = (ACTION_REPLACE, ACTION_APPEND_AS_CHILDREN, variable in DOMBuilder
199 if action not in self._legal_actions: