mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
7 lines
201 B
Python
7 lines
201 B
Python
|
|
||
|
|
||
|
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()
|