Skip to content

ALL-SECU0005 · examples

These examples come directly from ALL-SECU0005. Read their source.

subprocess.run(f"git checkout {ref}", shell=True)
os.popen("git checkout " + ref)
subprocess.run(["git", "checkout", ref])
platform.system()
.. code-block:: cpp
state.exec(nvbench::exec_tag::sync | nvbench::exec_tag::timer, run);