File: foo.py

package info (click to toggle)
astroid 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,132 kB
  • sloc: python: 38,560; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
import sys
if not getattr(sys, 'bar', None):
    sys.just_once = []
# there used to be two numbers here because
# of a load_module_from_path bug
sys.just_once.append(42)