Example #1
0
 def _getFullName(self, separator_getter=lambda x: "."):
     """get all name hierarchy separated by '.' """
     return HObjList._getFullName(self, separator_getter=separator_getter)
Example #2
0
 def _getFullName(self):
     """get all name hierarchy separated by '.' """
     return HObjList._getFullName(self)