コード例 #1
0
ファイル: writer.py プロジェクト: tourlines/ZSI
 def Backtrace(self, elt):
     '''Return a human-readable "backtrace" from the document root to
     the specified element.
     '''
     return _backtrace(elt._getNode(), self.dom._getNode())
コード例 #2
0
 def Backtrace(self, elt):
     '''Return a human-readable "backtrace" from the document root to
     the specified element.
     '''
     return _backtrace(elt, self.dom)
コード例 #3
0
ファイル: parse.py プロジェクト: istobran/python-ZSI-py3
 def Backtrace(self, elt):
     """Return a human-readable "backtrace" from the document root to
     the specified element.
     """
     return _backtrace(elt, self.dom)