seq
4.0.0-pre3
|
Namespaces | |
test.test_make_node | |
Functions | |
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. More... | |
def | test.test_make_node.test_mknode_err (f) |
Passes normal functions to make_node -> get TypeError. More... | |
def | test.test_make_node.test_mknode (f) |
Passes coroutine or coroutine wrapped in partial -> works. More... | |
def | test.test_make_node.test_create_actions_in_thread (f) |
Passes normal callables -> works. More... | |