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

Function test_defaults

tests/test_eigen_matrix.py:727–729  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

725
726
727def test_defaults(doc):
728 assert "\n" not in str(doc(m.defaults_mat))
729 assert "\n" not in str(doc(m.defaults_vec))
730
731
732def test_named_arguments():

Callers

nothing calls this directly

Calls 2

strClass · 0.85
docFunction · 0.70

Tested by

no test coverage detected