1.1.1.3.1.1.1.4.2. FindLeavesOper¶
-
class
molpher.swig_wrappers.core.FindLeavesOper(*args)[source]¶ Bases:
molpher.swig_wrappers.core.TreeOperationA tree operation used to access the leaves of an exploration tree.
-
fetchLeaves()[source]¶ Returns the leaves of the last tree on which
__call__method was applied.Returns: the leaves of the attached tree Return type: tupleofMolpherMolinstances
-