test.py
Go to the documentation of this file.
1 from __future__ import annotations
2 
3 import sys
4 
5 import test_cmake_build
6 
7 assert isinstance(__file__, str) # Test this is properly set
8 
9 assert test_cmake_build.add(1, 2) == 3
10 print(f"{sys.argv[1]} imports, runs, and adds: 1 + 2 = 3")
Eigen::internal::print
EIGEN_STRONG_INLINE Packet4f print(const Packet4f &a)
Definition: NEON/PacketMath.h:3115
isinstance
bool isinstance(handle obj)
Definition: pytypes.h:842


gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:07:04