Skip to content

Instantly share code, notes, and snippets.

@LewisGet
Created November 29, 2020 07:22
Show Gist options
  • Save LewisGet/32eab23f063fa8d9031c05f7a7cbaa8c to your computer and use it in GitHub Desktop.
Save LewisGet/32eab23f063fa8d9031c05f7a7cbaa8c to your computer and use it in GitHub Desktop.
import inspect
class foo:
def bar():
print 'Hello'
print(inspect.getsource(foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment