Scarab
v2.9.1
Project 8 C++ Utility Library
library
external
pybind11
tests
test_cmake_build
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]))
date::format
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
pybind11::print
void print(Args &&...args)
Definition:
pybind11.h:1849
Generated by
1.8.13