MCPcopy Create free account
hub / github.com/EntilZha/PyFunctional / apply

Method apply

functional/lineage.py:53–58  ·  view source on GitHub ↗

Add the transformation to the lineage :param transform: Transformation to apply

(self, transform)

Source from the content-addressed store, hash-verified

51 return self.transformations[item]
52
53 def apply(self, transform):
54 """
55 Add the transformation to the lineage
56 :param transform: Transformation to apply
57 """
58 self.transformations.append(transform)
59
60 def evaluate(self, sequence):
61 """

Callers 2

__init__Method · 0.80
cacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected