Scarab  v2.9.0
Project 8 C++ Utility Library
test.py
Go to the documentation of this file.
1 import sys
2 import test_cmake_build
3 
4 assert test_cmake_build.add(1, 2) == 3
5 print("{} imports, runs, and adds: 1 + 2 = 3".format(sys.argv[1]))
auto format(const std::locale &loc, const CharT *fmt, const Streamable &tp) -> decltype(to_stream(std::declval< std::basic_ostream< CharT > &>(), fmt, tp), std::basic_string< CharT >
Definition: date.h:5663
void print(Args &&...args)
Definition: pybind11.h:1849