Home
last modified time | relevance | path

Searched defs:ownerElement (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dminidom.py338 ownerElement = None variable in Attr
465 def __init__(self, attrs, attrsNS, ownerElement): argument
/external/python/cpython3/Lib/xml/dom/
Dminidom.py482 def __init__(self, attrs, attrsNS, ownerElement): argument