Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
727
def
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
732
def
test_named_arguments():
Callers
nothing calls this directly
Calls
2
str
Class · 0.85
doc
Function · 0.70
Tested by
no test coverage detected