Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ loads
Method
loads
python/pathway/internals/api.py:247–248 ·
view source on GitHub ↗
(self, data: bytes)
Source
from the content-addressed store, hash-verified
245
return
self._dumps(object)
246
247
def
loads(self, data: bytes) -> Any:
248
return
self._loads(data)
249
250
251
def
wrap_serializer(
Callers
15
cargo_build
Function · 0.45
parse_score_json
Function · 0.45
__wrapped__
Method · 0.45
test_oai_vs_llm
Function · 0.45
deserialize
Method · 0.45
parse
Method · 0.45
_get_values_dict
Method · 0.45
inner
Method · 0.45
_write
Method · 0.45
_seek
Method · 0.45
_is_version_obsolete
Method · 0.45
_read_table_schema_from_metadata
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_oai_vs_llm
Function · 0.36
test_single_file_read_with_constraints
Function · 0.36
test_sharepoint_link
Function · 0.36
run_single_iteration
Function · 0.36
test_iceberg_streaming
Function · 0.36
test_clickhouse_bytes_json_pointer_roundtrip
Function · 0.36
test_questdb_serializes_complex_types_per_documentation
Function · 0.36
test_mssql_different_types
Function · 0.36
test_mssql_read_basic
Function · 0.36
test_mssql_cdc_read_inserts
Function · 0.36
test_mssql_cdc_read_updates
Function · 0.36
test_mssql_read_numeric_overflow_int_drops_row
Function · 0.36