Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ commit
Method
commit
python/pathway/io/python/__init__.py:186–188 ·
view source on GitHub ↗
Sends a commit message.
(self)
Source
from the content-addressed store, hash-verified
184
self._add(None, message)
185
186
def
commit(self) -> None:
187
""
"Sends a commit message."
""
188
self._send_special_message(COMMIT_LITERAL)
189
190
def
_enable_commits(self) -> None:
191
""
"Enables autocommits."
""
Callers
15
run
Method · 0.80
_on_time_end
Method · 0.80
_flush_buffer
Method · 0.80
run
Method · 0.80
test_sqlite
Function · 0.80
stream_target
Function · 0.80
test_sqlite_read_float_from_integer_column
Function · 0.80
test_sqlite_write_init_mode
Function · 0.80
run
Method · 0.80
test_sqlite_read_without_rowid_table_with_schema_primary_key
Function · 0.80
test_sqlite_read_schema_referencing_missing_column_errors
Function · 0.80
test_sqlite_write_default_init_rejects_incompatible_destination
Function · 0.80
Calls
1
_send_special_message
Method · 0.95
Tested by
15
test_sqlite
Function · 0.64
stream_target
Function · 0.64
test_sqlite_read_float_from_integer_column
Function · 0.64
test_sqlite_write_init_mode
Function · 0.64
run
Method · 0.64
test_sqlite_read_without_rowid_table_with_schema_primary_key
Function · 0.64
test_sqlite_read_schema_referencing_missing_column_errors
Function · 0.64
test_sqlite_write_default_init_rejects_incompatible_destination
Function · 0.64
test_sqlite_write_rejects_generated_column_in_schema
Function · 0.64
test_sqlite_write_rejects_destination_missing_required_value
Function · 0.64
test_sqlite_write_rejects_optional_on_not_null_destination
Function · 0.64
test_sqlite_snapshot_write_pk_mismatch_on_non_matching_unique_index
Function · 0.64