Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pathwaycom/pathway
/ _cls_fields
Function
_cls_fields
python/pathway/internals/schema.py:35–36 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
33
34
35
def
_cls_fields(cls):
36
return
{k: v
for
k, v in cls.__dict__.items()
if
not k.startswith(
"__"
)}
37
38
39
def
schema_from_columns(
Callers
2
schema_add
Function · 0.85
_create_column_definitions
Function · 0.85
Calls
2
items
Method · 0.80
startswith
Method · 0.80
Tested by
no test coverage detected