Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created January 20, 2016 00:22
Show Gist options
  • Save harlowja/5d9a273a63493de0c04c to your computer and use it in GitHub Desktop.
Save harlowja/5d9a273a63493de0c04c to your computer and use it in GitHub Desktop.
import t0
import blah
from osprofiler import _utils as utils
print(list(utils.itersubclasses(blah.Blah)))
import t1
print(list(utils.itersubclasses(blah.Blah)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment