cppyabm
1.0.17
An agent-based library to integrate C++ and Python
examples
Cppy
build
_deps
pybind11-src
tests
test_cmake_build
test.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
import
sys
3
import
test_cmake_build
4
5
assert
test_cmake_build.add(1, 2) == 3
6
print
(
"{} imports, runs, and adds: 1 + 2 = 3"
.format(sys.argv[1]))
print
PYBIND11_NOINLINE void print(tuple args, dict kwargs)
Definition:
pybind11.h:2056
Generated by
1.8.19