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.

func_nonregr___file___global.py 145B

12345678
  1. """test no crash on __file__ global"""
  2. def func():
  3. """override __file__"""
  4. global __file__
  5. __file__ = 'hop'
  6. __revision__ = 'pouet'