MCPcopy
hub / github.com/pathwaycom/pathway / method

Method method

python/pathway/tests/test_transformers.py:1041–1042  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

1039
1040 @method
1041 def method(self, arg) -> int:
1042 return self.a * arg
1043
1044 input = T(
1045 """

Callers 4

resultMethod · 0.95
funcMethod · 0.80
test_method_in_ixFunction · 0.80
test_method_in_groupbyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected