DEBSOURCES
Skip Quicknav
sources / python-pyflow / 1.1.20-4 / scratch / pybox / inspect.py
12345678
from __future__ import print_function def f(x) : return x + 2 import inspect print(inspect.getsource(f))