Skip to content

Instantly share code, notes, and snippets.

@tkh44
Created August 14, 2012 21:58
Show Gist options
  • Save tkh44/3353381 to your computer and use it in GitHub Desktop.
Save tkh44/3353381 to your computer and use it in GitHub Desktop.
submission object
[
'__class__',
'__delattr__',
'__dict__',
'__doc__',
'__eq__',
'__format__',
'__getattr__',
'__getattribute__',
'__hash__',
'__init__',
'__module__',
'__new__',
'__reduce__',
'__reduce_ex__',
'__repr__',
'__setattr__',
'__sizeof__',
'__str__',
'__subclasshook__',
'__unicode__',
'__weakref__',
'_all_comments',
'_comments',
'_comments_by_id',
'_comments_flat',
'_get_json_dict',
'_info_url',
'_insert_comment',
'_orphaned',
'_populate',
'_populated',
'_replace_more_comments',
'_underscore_names',
'_update_comments',
'add_comment',
'all_comments',
'all_comments_flat',
'approve',
'approved_by',
'author',
'author_flair_css_class',
'author_flair_text',
'banned_by',
'clear_vote',
'clicked',
'comments',
'comments_flat',
'content_id',
'created',
'created_utc',
'delete',
'distinguish',
'domain',
'downs',
'downvote',
'edit',
'edited',
'from_api_response',
'get_info',
'hidden',
'id',
'is_self',
'likes',
'link_flair_css_class',
'link_flair_text',
'media',
'media_embed',
'name',
'num_comments',
'num_reports',
'over_18',
'permalink',
'reddit_session',
'remove',
'report',
'save',
'saved',
'score',
'selftext',
'selftext_html',
'set_flair',
'short_link',
'subreddit',
'subreddit_id',
'thumbnail',
'title',
'undistinguish',
'unsave',
'ups',
'upvote',
'url',
'vote'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment