File: the_main.py

package info (click to toggle)
pprofile 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 512 kB
  • sloc: python: 2,928; sh: 41; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
"""
some docstring
"""
a_global_from_main = 'foo'
import the_other