MCPcopy Create free account
hub / github.com/boostorg/build / _getData

Method _getData

v2/tools/doxproc.py:784–789  ·  view source on GitHub ↗
( self, node, **kwargs )

Source from the content-addressed store, hash-verified

782 return self._getData(self._getChild(tag,**kwargs),**kwargs)
783
784 def _getData( self, node, **kwargs ):
785 if node:
786 text = self._getChild('#text',root=node)
787 if text:
788 return text.data.strip()
789 return ''
790
791 def _cppName( self, type ):
792 parts = re.search('^([^<]+)[<]?(.*)[>]?$',type.strip().strip(':'))

Callers 2

_getChildDataMethod · 0.95

Calls 1

_getChildMethod · 0.95

Tested by

no test coverage detected