Public Member Functions | |
def | __call__ |
def | __init__ |
def | get_ret |
Private Attributes | |
_ret | |
_val |
Definition at line 64 of file test_Async.py.
def test_Async.add_one_functor.__init__ | ( | self, | |
val | |||
) |
Definition at line 65 of file test_Async.py.
def test_Async.add_one_functor.__call__ | ( | self, | |
obj | |||
) |
Definition at line 69 of file test_Async.py.
def test_Async.add_one_functor.get_ret | ( | self | ) |
Definition at line 72 of file test_Async.py.
test_Async.add_one_functor::_ret [private] |
Definition at line 65 of file test_Async.py.
test_Async.add_one_functor::_val [private] |
Definition at line 65 of file test_Async.py.