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

Method ix_ref

python/pathway/internals/table_slice.py:128–133  ·  view source on GitHub ↗
(self, *args, optional: bool = False, context=None)

Source from the content-addressed store, hash-verified

126
127 @trace_user_frame
128 def ix_ref(self, *args, optional: bool = False, context=None) -> TableSlice:
129 new_table = self._table.ix_ref(*args, optional=optional, context=context)
130 return TableSlice(
131 {name: new_table[colref._name] for name, colref in self._mapping.items()},
132 new_table,
133 )
134
135 @property
136 def slice(self):

Callers

nothing calls this directly

Calls 2

TableSliceClass · 0.85
itemsMethod · 0.80

Tested by

no test coverage detected