Bases: object
object
get the nodes (as a tree) with a specific value of attribute
tree (Node) – a tree in which the node will be searched
attValue (dict) – the value and the attribute of the node
a list of nodes
List[Node]
get nodes of type nodetype
tree (Node) – a tree in where the nodes are searched
nodetype (str) – the type of the nodes
change (bool, optional) – check if it is the same type of node which is searched. Defaults to True.
This method return a specific method name. It can be used to get the algorithm
tree (-) – a tree from where the method will be extracted
nameMethod (-) – the name of the method
a specific method
Node
MetaExtraction
MetaExtraction.externFunction()
MetaExtraction.getAttNode()
MetaExtraction.getFromComment()
MetaExtraction.getTypeNode()
MetaExtraction.getmethod()
MetaExtraction.translist()
7.1.1.2.1.1.2.3. pycropml.transpiler.antlr_py.createXml module
7.1.1.2.1.1.2.5. pycropml.transpiler.antlr_py.extract_metadata_from_comment module