Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/python/externals/pybind11-2.10.3/tests/test_cmake_build/test.py was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 import sys
0002 
0003 import test_cmake_build
0004 
0005 assert isinstance(__file__, str)  # Test this is properly set
0006 
0007 assert test_cmake_build.add(1, 2) == 3
0008 print(f"{sys.argv[1]} imports, runs, and adds: 1 + 2 = 3")