MCPcopy
hub / github.com/pathwaycom/pathway / test_this_magic_2

Function test_this_magic_2

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

Source from the content-addressed store, hash-verified

4196
4197
4198def test_this_magic_2():
4199 tab = T(
4200 """
4201 | a | b | c | d
4202 1 | 1 | 2 | 3 | 4
4203 """
4204 )
4205
4206 with pytest.raises(KeyError):
4207 tab.select(pw.this.without(pw.this.a).a)
4208
4209
4210def test_this_magic_3():

Callers

nothing calls this directly

Calls 3

TFunction · 0.90
selectMethod · 0.45
withoutMethod · 0.45

Tested by

no test coverage detected