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

Method _table_with_context

python/pathway/internals/table.py:2542–2551  ·  view source on GitHub ↗
(self, context: clmn.Context)

Source from the content-addressed store, hash-verified

2540 )
2541
2542 def _table_with_context(self, context: clmn.Context) -> Table:
2543 columns = {
2544 name: self._wrap_column_in_context(context, column, name)
2545 for name, column in self._columns.items()
2546 }
2547
2548 return Table(
2549 _columns=columns,
2550 _context=context,
2551 )
2552
2553 @functools.cached_property
2554 def _table_restricted_context(self) -> clmn.TableRestrictedRowwiseContext:

Callers 15

_filterMethod · 0.95
_forgetMethod · 0.95
_forget_immediatelyMethod · 0.95
_freezeMethod · 0.95
_bufferMethod · 0.95
differenceMethod · 0.95
_intersectMethod · 0.95
deduplicateMethod · 0.95
_ixMethod · 0.95
_concatMethod · 0.95
_update_cellsMethod · 0.95

Calls 3

TableClass · 0.85
itemsMethod · 0.80

Tested by

no test coverage detected