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

Function test_this_magic_3

python/pathway/tests/test_common.py:4210–4222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4208
4209
4210def test_this_magic_3():
4211 tab = T(
4212 """
4213 | a | b | c | d
4214 1 | 1 | 2 | 3 | 4
4215 """
4216 )
4217
4218 left = tab.select(*pw.this.without(pw.this.a))
4219
4220 right = tab.select(tab.b, tab.c, tab.d)
4221
4222 assert_table_equality(left, right)
4223
4224
4225def test_this_magic_4():

Callers

nothing calls this directly

Calls 3

TFunction · 0.90
selectMethod · 0.45
withoutMethod · 0.45

Tested by

no test coverage detected