|
||||
File indexing completed on 2025-01-18 10:17:51
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")
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |