Functions | |
def | test_async_async_callbacks () |
def | test_async_callbacks () |
def | test_bound_method_callback () |
def | test_callback_docstring () |
def | test_callback_num_times () |
def | test_callbacks () |
def | test_cpp_callable_cleanup () |
def | test_cpp_function_roundtrip () |
def | test_custom_func () |
def | test_custom_func2 () |
def | test_function_signatures (doc) |
def | test_keyword_args_and_generalized_unpacking () |
def | test_lambda_closure_cleanup () |
def | test_movable_object () |
def | test_python_builtins () |
Variables | |
value | |
def test_callbacks.test_async_async_callbacks | ( | ) |
Definition at line 179 of file test_callbacks.py.
def test_callbacks.test_async_callbacks | ( | ) |
Definition at line 156 of file test_callbacks.py.
def test_callbacks.test_bound_method_callback | ( | ) |
Definition at line 37 of file test_callbacks.py.
def test_callbacks.test_callback_docstring | ( | ) |
Definition at line 223 of file test_callbacks.py.
def test_callbacks.test_callback_num_times | ( | ) |
Definition at line 185 of file test_callbacks.py.
def test_callbacks.test_callbacks | ( | ) |
Definition at line 13 of file test_callbacks.py.
def test_callbacks.test_cpp_callable_cleanup | ( | ) |
Definition at line 100 of file test_callbacks.py.
def test_callbacks.test_cpp_function_roundtrip | ( | ) |
Test if passing a function pointer from C++ -> Python -> C++ yields the original pointer
Definition at line 105 of file test_callbacks.py.
def test_callbacks.test_custom_func | ( | ) |
Definition at line 210 of file test_callbacks.py.
def test_callbacks.test_custom_func2 | ( | ) |
Definition at line 218 of file test_callbacks.py.
def test_callbacks.test_function_signatures | ( | doc | ) |
Definition at line 137 of file test_callbacks.py.
def test_callbacks.test_keyword_args_and_generalized_unpacking | ( | ) |
Definition at line 50 of file test_callbacks.py.
def test_callbacks.test_lambda_closure_cleanup | ( | ) |
Definition at line 92 of file test_callbacks.py.
def test_callbacks.test_movable_object | ( | ) |
Definition at line 142 of file test_callbacks.py.
def test_callbacks.test_python_builtins | ( | ) |
Test if python builtins like sum() can be used as callbacks
Definition at line 150 of file test_callbacks.py.
test_callbacks.value |
Definition at line 160 of file test_callbacks.py.