Functions | |
def | test_keep_alive_argument (capture) |
def | test_keep_alive_return_value (capture) |
def | test_alive_gc (capture) |
def | test_alive_gc_derived (capture) |
def | test_alive_gc_multi_derived (capture) |
def | test_return_none (capture) |
def | test_keep_alive_constructor (capture) |
def | test_call_guard () |
def test_call_policies.test_alive_gc | ( | capture | ) |
Definition at line 120 of file test_call_policies.py.
def test_call_policies.test_alive_gc_derived | ( | capture | ) |
Definition at line 139 of file test_call_policies.py.
def test_call_policies.test_alive_gc_multi_derived | ( | capture | ) |
Definition at line 161 of file test_call_policies.py.
def test_call_policies.test_call_guard | ( | ) |
Definition at line 239 of file test_call_policies.py.
References hasattr().
def test_call_policies.test_keep_alive_argument | ( | capture | ) |
Definition at line 10 of file test_call_policies.py.
def test_call_policies.test_keep_alive_constructor | ( | capture | ) |
Definition at line 214 of file test_call_policies.py.
def test_call_policies.test_keep_alive_return_value | ( | capture | ) |
Definition at line 62 of file test_call_policies.py.
def test_call_policies.test_return_none | ( | capture | ) |
Definition at line 187 of file test_call_policies.py.