cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions | Variables
test_call_policies Namespace Reference

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 ()
 

Variables

 reason
 
 strict
 

Function Documentation

◆ test_alive_gc()

def test_call_policies.test_alive_gc (   capture)

Definition at line 91 of file test_call_policies.py.

◆ test_alive_gc_derived()

def test_call_policies.test_alive_gc_derived (   capture)

Definition at line 110 of file test_call_policies.py.

◆ test_alive_gc_multi_derived()

def test_call_policies.test_alive_gc_multi_derived (   capture)

Definition at line 132 of file test_call_policies.py.

◆ test_call_guard()

def test_call_policies.test_call_guard ( )

Definition at line 210 of file test_call_policies.py.

◆ test_keep_alive_argument()

def test_call_policies.test_keep_alive_argument (   capture)

Definition at line 11 of file test_call_policies.py.

◆ test_keep_alive_constructor()

def test_call_policies.test_keep_alive_constructor (   capture)

Definition at line 185 of file test_call_policies.py.

◆ test_keep_alive_return_value()

def test_call_policies.test_keep_alive_return_value (   capture)

Definition at line 50 of file test_call_policies.py.

◆ test_return_none()

def test_call_policies.test_return_none (   capture)

Definition at line 158 of file test_call_policies.py.

Variable Documentation

◆ reason

test_call_policies.reason

Definition at line 10 of file test_call_policies.py.

◆ strict

test_call_policies.strict

Definition at line 10 of file test_call_policies.py.