MCPcopy Index your code
hub / github.com/pathwaycom/pathway / c

Method c

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

Source from the content-addressed store, hash-verified

616
617 @method
618 def c(self, arg) -> int:
619 return self.a * arg
620
621 @transformer
622 class bar:

Callers 6

bMethod · 0.95
resultMethod · 0.95
test_simple_methodFunction · 0.45
test_twoclass_methodFunction · 0.45
test_twoclass_method2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected