File: __main__.py

package info (click to toggle)
python-coverage 7.6.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,120 kB
  • sloc: python: 30,196; ansic: 1,181; javascript: 773; makefile: 293; sh: 107; xml: 48
file content (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (4)
1
2
3
# Used in the tests for PyRunner
import sys
print("pkg1.__main__: passed %s" % sys.argv[1])