Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
def
test_py_object():
Callers
15
use_py_object
Function · 0.45
use_python_object
Function · 0.45
__call__
Method · 0.45
test_persistence_modifications
Function · 0.45
on_change
Method · 0.45
test_pyfilesystem_simple
Function · 0.45
test_fs_metadata_only
Function · 0.45
stream_inputs
Function · 0.45
test_backpressure_management_respects_atomicity
Function · 0.45
test_backpressure_management_list_of_objects
Function · 0.45
run_test
Function · 0.45
_format_diffs
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected