Functions | |
| def | a |
| def | b |
| def | test_action_ctor |
| Bad types passed to ctor -> Exception. More... | |
| def | test_mknode_err |
| Passes normal functions to make_node -> get TypeErro. More... | |
| def | test_mknode |
| Passes coroutine or coroutine wrapped in partial -> works. More... | |
| def | test_create_actions_in_thread |
| Passes normal callables -> works. More... | |
| def test.test_make_node.a | ( | ) |
| def test.test_make_node.b | ( | ) |
| def test.test_make_node.test_action_ctor | ( | ctor, | |
| f | |||
| ) |
Bad types passed to ctor -> Exception.
| def test.test_make_node.test_create_actions_in_thread | ( | f | ) |
Passes normal callables -> works.
| def test.test_make_node.test_mknode | ( | f | ) |
Passes coroutine or coroutine wrapped in partial -> works.
| def test.test_make_node.test_mknode_err | ( | f | ) |
Passes normal functions to make_node -> get TypeErro.
1.8.5