cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
test_callbacks.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <pybind11/functional.h>
#include <thread>

Go to the source code of this file.

Functions

int dummy_function (int i)
 
 TEST_SUBMODULE (callbacks, m)
 

Function Documentation

◆ dummy_function()

int dummy_function ( int  i)

Definition at line 16 of file test_callbacks.cpp.

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( callbacks  ,
 
)

Definition at line 18 of file test_callbacks.cpp.