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_noerror_lambda_use_before_assign.py 183B

12345678
  1. """https://www.logilab.net/elo/ticket/18862"""
  2. from __future__ import print_function
  3. __revision__ = 1
  4. def function():
  5. """hop"""
  6. ggg = lambda: xxx
  7. xxx = 1
  8. print(ggg())