SYMBOL INDEX (31 symbols across 4 files) FILE: common/__main__.py class Main (line 12) | class Main: method __init__ (line 13) | def __init__(self): method legwork (line 33) | def legwork(self, submission, requester=None): method loop (line 50) | def loop(self): FILE: common/cloud.py function generate (line 24) | def generate(text): function upload (line 48) | def upload(client): FILE: common/config.py class Config (line 6) | class Config: method __init__ (line 7) | def __init__(self, name, template): method _write (line 15) | def _write(self, filepath, template): method get (line 19) | def get(self): method save (line 22) | def save(self): FILE: common/reddit.py class ErrorResponse (line 7) | class ErrorResponse: method __init__ (line 8) | def __init__(self, reddit, recipient): class MakesWordCloudsErrorDummy (line 12) | class MakesWordCloudsErrorDummy(Exception): method __init__ (line 13) | def __init__(self, resp, message, log): class InvalidPermalinkError (line 28) | class InvalidPermalinkError(MakesWordCloudsErrorDummy): method __init__ (line 29) | def __init__(self, resp=None, message="The permalink is invalid.", log... class PreexistingCloudError (line 32) | class PreexistingCloudError(MakesWordCloudsErrorDummy): method __init__ (line 33) | def __init__(self, resp=None, message="The permalink already has a wor... class BannedSubredditError (line 36) | class BannedSubredditError(MakesWordCloudsErrorDummy): method __init__ (line 37) | def __init__(self, resp=None, message="The subreddit is on the blackli... class ValidMail (line 40) | class ValidMail: method __init__ (line 41) | def __init__(self, submission, message): class Reddit (line 45) | class Reddit: method __init__ (line 46) | def __init__(self, config, database, reddit): method _format_comment (line 62) | def _format_comment(self, text): method flatten (line 65) | def flatten(self, submission): method mailbox (line 79) | def mailbox(self): method posts (line 113) | def posts(self): method comment (line 128) | def comment(self, submission, message): method message (line 152) | def message(self, recipient, subject, message):