Sign in
pigweed
/
third_party
/
github
/
pybind
/
pybind11
/
ee2e5a5086d02eda96e6cfcf8e15d8fbcd2af57c
/
.
/
tests
/
test_class_args.py
blob: 40cbcec9fb49a8837fe5d94a0194627645fa03db [
file
]
def
test_class_args
():
"""There's basically nothing to test here; just make sure the code compiled
and declared its definition
"""
from
pybind11_tests
import
class_args_noop
class_args_noop
()