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

1234567891011
  1. """test import from a builtin module"""
  2. from __future__ import absolute_import
  3. from math import log10
  4. __revision__ = None
  5. def log10_2():
  6. """bla bla bla"""
  7. return log10(2)