Get the current stack depth. @return: The current stack depth. @rtype: int Definition at line 286 of file resolver.py. 00286 : """ Get the current stack depth. @return: The current stack depth. @rtype: int """ return len(self.stack) def getchild(self, name, parent):
|