Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

foo.py 170B

123456
  1. import sys
  2. if not getattr(sys, 'bar', None):
  3. sys.just_once = []
  4. # there used to be two numbers here because
  5. # of a load_module_from_path bug
  6. sys.just_once.append(42)