MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_atyp_constructors

Function test_atyp_constructors

tests/test_class_sh_basic.py:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_atyp_constructors():
12 obj = m.atyp()
13 assert obj.__class__.__name__ == "atyp"
14 obj = m.atyp("")
15 assert obj.__class__.__name__ == "atyp"
16 obj = m.atyp("txtm")
17 assert obj.__class__.__name__ == "atyp"
18
19
20@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

atypMethod · 0.80

Tested by

no test coverage detected