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

Class TestDataSource

python/pathway/tests/utils.py:545–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543
544@dataclass(frozen=True)
545class TestDataSource(datasource.DataSource):
546 __test__ = False
547
548 def is_bounded(self) -> bool:
549 raise NotImplementedError()
550
551 def is_append_only(self) -> bool:
552 return False
553
554
555def apply_defaults_for_run_kwargs(kwargs):

Callers 15

test_debug_datasourceFunction · 0.90
test_universe_propertiesFunction · 0.90
test_bufferFunction · 0.90
test_buffer_2Function · 0.90
test_freezeFunction · 0.90
test_reindexFunction · 0.90
test_reindex_2Function · 0.90
test_ixFunction · 0.90
test_intersectFunction · 0.90
test_intersect_2Function · 0.90

Calls

no outgoing calls

Tested by 15

test_debug_datasourceFunction · 0.72
test_universe_propertiesFunction · 0.72
test_bufferFunction · 0.72
test_buffer_2Function · 0.72
test_freezeFunction · 0.72
test_reindexFunction · 0.72
test_reindex_2Function · 0.72
test_ixFunction · 0.72
test_intersectFunction · 0.72
test_intersect_2Function · 0.72