Skip to content

Instantly share code, notes, and snippets.

@ChristopherMacGown
Created February 7, 2012 05:23
Show Gist options
  • Save ChristopherMacGown/1757392 to your computer and use it in GitHub Desktop.
Save ChristopherMacGown/1757392 to your computer and use it in GitHub Desktop.
>>> dir(Column)
['_CompareMixin__compare', '_CompareMixin__operate', '__add__', '__and__', '__class__', '__delattr__', '__dict__', '__div__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash__', '__init__', '__invert__', '__le__', '__lt__', '__metaclass__', '__mod__', '__module__', '__mul__', '__ne__', '__neg__', '__new__', '__nonzero__', '__or__', '__radd__', '__rdiv__', '__reduce__', '__reduce_ex__', '__repr__', '__rmul__', '__rsub__', '__rtruediv__', '__setattr__', '__sizeof__', '__str__', '__sub__', '__subclasshook__', '__truediv__', '__visit_name__', '__weakref__', '_annotate', '_annotations', '_bind_param', '_check_literal', '_clone', '_cloned_set', '_compiler', '_compiler_dispatch', '_constructor', '_copy_internals', '_deannotate', '_from_objects', '_get_table', '_in_impl', '_init_items', '_label', '_make_proxy', '_memoized_property', '_negate', '_on_table_attach', '_params', '_select_iterable', '_set_parent', '_set_parent_with_dispatch', '_set_table', 'anon_label', 'append_foreign_key', 'asc', 'base_columns', 'between', 'bind', 'collate', 'compare', 'compile', 'concat', 'contains', 'copy', 'default', 'desc', 'description', 'dispatch', 'distinct', 'endswith', 'execute', 'foreign_keys', 'get_children', 'ilike', 'in_', 'info', 'label', 'like', 'match', 'nullsfirst', 'nullslast', 'onupdate', 'op', 'operate', 'operators', 'params', 'primary_key', 'proxy_set', 'quote', 'references', 'reverse_operate', 'scalar', 'self_group', 'server_default', 'server_onupdate', 'shares_lineage', 'startswith', 'supports_execution', 'table', 'timetuple', 'unique_params']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment