Functions | |
def | test_duplicate_registration () |
def | test_importing () |
def | test_nested_modules () |
def | test_pydoc () |
def | test_reference_internal () |
def test_modules.test_duplicate_registration | ( | ) |
Registering two things with the same name
Definition at line 70 of file test_modules.py.
def test_modules.test_importing | ( | ) |
Definition at line 52 of file test_modules.py.
def test_modules.test_nested_modules | ( | ) |
Definition at line 7 of file test_modules.py.
def test_modules.test_pydoc | ( | ) |
Pydoc needs to be able to provide help() for everything inside a pybind11 module
Definition at line 60 of file test_modules.py.
def test_modules.test_reference_internal | ( | ) |
Definition at line 18 of file test_modules.py.