Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created January 21, 2014 10:47
Show Gist options
  • Save Eugeny/8537888 to your computer and use it in GitHub Desktop.
Save Eugeny/8537888 to your computer and use it in GitHub Desktop.
from ajenti.ui import UIElement
print UIElement.get_classes()
print sorted(list(set([x.typeid for x in UIElement.get_classes()])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment