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_module___dict__.py 173B

123456789
  1. """http://www.logilab.org/ticket/6949."""
  2. from __future__ import print_function
  3. __revision__ = None
  4. print(__dict__ is not None)
  5. __dict__ = {}
  6. print(__dict__ is not None)