Skip to content

Instantly share code, notes, and snippets.

import inspect
import sys
def src(obj):
"""Read the source of an object in the interpreter."""
def highlight(source):
try:
import pygments