![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
Functions | |
| def | test_callbacks () |
| def | test_bound_method_callback () |
| def | test_keyword_args_and_generalized_unpacking () |
| def | test_lambda_closure_cleanup () |
| def | test_cpp_function_roundtrip () |
| def | test_function_signatures (doc) |
| def | test_movable_object () |
| def | test_async_callbacks () |
| def | test_async_async_callbacks () |
Variables | |
| value | |
| def test_callbacks.test_async_async_callbacks | ( | ) |
Definition at line 133 of file test_callbacks.py.
| def test_callbacks.test_async_callbacks | ( | ) |
Definition at line 111 of file test_callbacks.py.
| def test_callbacks.test_bound_method_callback | ( | ) |
Definition at line 30 of file test_callbacks.py.
| def test_callbacks.test_callbacks | ( | ) |
Definition at line 6 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 82 of file test_callbacks.py.
| def test_callbacks.test_function_signatures | ( | doc | ) |
Definition at line 102 of file test_callbacks.py.
| def test_callbacks.test_keyword_args_and_generalized_unpacking | ( | ) |
Definition at line 43 of file test_callbacks.py.
| def test_callbacks.test_lambda_closure_cleanup | ( | ) |
Definition at line 74 of file test_callbacks.py.
| def test_callbacks.test_movable_object | ( | ) |
Definition at line 107 of file test_callbacks.py.
| value |
Definition at line 115 of file test_callbacks.py.
1.8.13