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

Method add

python/pathway/tests/test_py_object_wrapper.py:72–73  ·  view source on GitHub ↗
(self, x: int)

Source from the content-addressed store, hash-verified

70 df: pd.DataFrame
71
72 def add(self, x: int) -> int:
73 return self.df["y"].sum() - 2 * self.a + x
74
75
76def test_py_object():

Callers 15

use_py_objectFunction · 0.45
use_python_objectFunction · 0.45
__call__Method · 0.45
on_changeMethod · 0.45
test_pyfilesystem_simpleFunction · 0.45
test_fs_metadata_onlyFunction · 0.45
stream_inputsFunction · 0.45
run_testFunction · 0.45
_format_diffsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected