PyForTool
Python-fortran-tool
Loading...
Searching...
No Matches
Classes | Functions
pyfortool.tree Namespace Reference

Classes

class  Tree
 

Functions

 updateTree (method='file')
 

Detailed Description

This module contains the Tree class to browse the tree

Function Documentation

◆ updateTree()

pyfortool.tree.updateTree (   method = 'file')
Decorator factory to update the tree after having executed a PYFTscope method
:param method: method to use for updating
               - 'file': analyze current file (default)
               - 'scan': analyse new files and suppress tree information
                         for suppressed files
               - 'signal': analyse files (if any) signaled using
                           the signal method of the tree object

Definition at line 18 of file tree.py.