Public Member Functions | |
def | __call__ (self, obj) |
def | __init__ (self, val) |
def | get_ret (self) |
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.
|
private |
Definition at line 67 of file test_Async.py.
|
private |
Definition at line 66 of file test_Async.py.