__copy__(self) (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | |
__deepcopy__(self, memo) (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | |
__getattr__(self, attr) | pyfortool.scope.PYFTscope | |
__init__(self, xml, scopePath='/', parentScope=None, enableCache=False, tree=None, excludeContains=False) | pyfortool.scope.PYFTscope | |
_cacheParent (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | protected |
_getNodeName(node) | pyfortool.scope.PYFTscope | protectedstatic |
_getNodePath(self, node) | pyfortool.scope.PYFTscope | protected |
_mainScope (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | protected |
_parentScope (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | protected |
_path (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | protected |
empty(self, addStmt=None, simplify=False) | pyfortool.scope.PYFTscope | |
getFileName(self) | pyfortool.scope.PYFTscope | |
getParent(self, item, level=1) | pyfortool.scope.PYFTscope | |
getParentScopeNode(self, item, mustRaise=True) | pyfortool.scope.PYFTscope | |
getScopeNode(self, scopePath, excludeContains=True, includeItself=True) | pyfortool.scope.PYFTscope | |
getScopePath(self, item, includeItself=True) | pyfortool.scope.PYFTscope | |
getScopes(self, level=-1, excludeContains=True, excludeKinds=None, includeItself=True) | pyfortool.scope.PYFTscope | |
getSiblings(self, item, before=True, after=True) | pyfortool.scope.PYFTscope | |
isScopeNode(self, node) | pyfortool.scope.PYFTscope | |
mainScope(self) | pyfortool.scope.PYFTscope | |
normalizeScope(scopePath) | pyfortool.scope.PYFTscope | static |
parentScope(self) | pyfortool.scope.PYFTscope | |
path (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | |
path(self) | pyfortool.scope.PYFTscope | |
SCOPE_CONSTRUCT (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | static |
SCOPE_STMT (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | static |
showScopesList(self, includeItself=False) | pyfortool.scope.PYFTscope | |
tree (defined in pyfortool.scope.PYFTscope) | pyfortool.scope.PYFTscope | |