MCPcopy
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
35def _cls_fields(cls):
36 return {k: v for k, v in cls.__dict__.items() if not k.startswith("__")}
37
38
39def schema_from_columns(

Callers 2

schema_addFunction · 0.85

Calls 2

itemsMethod · 0.80
startswithMethod · 0.80

Tested by

no test coverage detected