MCPcopy
hub / github.com/pandas-dev/pandas / test_bool

Function test_bool

pandas/tests/test_col.py:349–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347
348# Unsupported ops
349def test_bool():
350 with pytest.raises(TypeError, match="boolean value of an expression is ambiguous"):
351 bool(pd.col("a"))
352
353
354def test_iter():

Callers

nothing calls this directly

Calls 2

colMethod · 0.80
raisesMethod · 0.45

Tested by

no test coverage detected