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

Method __dir__

python/pathway/internals/table.py:166–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

164 return list(self.column_names())
165
166 def __dir__(self):
167 return list(super().__dir__()) + list(self.column_names())
168
169 @property
170 def _C(self) -> TSchema:

Callers

nothing calls this directly

Calls 1

column_namesMethod · 0.95

Tested by

no test coverage detected