Example #1
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Url', self.url)
        str_out += obj_string('Expanded Url', self.expanded_url)
        str_out += list_obj_string('Indices', self.indices)
        return str_out
Example #2
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Id', self.id_)
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Name', self.name)
        str_out += obj_string('Screen Name', self.screen_name)
        return str_out
Example #3
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('As Of', self.as_of)
        str_out += obj_string('Created At', self.created_at)
        str_out += list_obj_string('Locations', self.locations)
        str_out += list_obj_string('Trends', self.trend_names)
        return str_out
Example #4
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Height', self.height)
        str_out += obj_string('Width', self.width)
        str_out += obj_string('Resize', self.resize)

        return str_out
Example #5
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Large', self.large)
        str_out += obj_string('Medium', self.medium)
        str_out += obj_string('Small', self.small)
        str_out += obj_string('Thumb', self.thumb)

        return str_out
Example #6
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Display Url', self.display_url)
        str_out += obj_string('Expanded Url', self.expanded_url)
        str_out += obj_string('Id', self.id_)
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Media Url', self.media_url)
        str_out += obj_string('Media Url Https', self.media_url_https)
        str_out += obj_string('Sizes', self.sizes)
        str_out += obj_string('Source Status Id', self.source_status_id)
        str_out += obj_string('Type', self.type_)
        str_out += obj_string('Url', self.url)

        return str_out
Example #7
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Completed In', self.completed_in)
        str_out += obj_string('Count', self.count)
        str_out += obj_string('Max Id', self.max_id)
        str_out += obj_string('Next Results', self.next_results)
        str_out += obj_string('Query', self.query)
        str_out += obj_string('Refresh Url', self.refresh_url)
        str_out += obj_string('Since Id', self.since_id)
        return str_out
Example #8
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Name', self.name)
        str_out += obj_string('Promoted Content', self.promoted_content)
        str_out += obj_string('Query', self.query)
        str_out += obj_string('Tweet Volume', self.tweet_volume)
        str_out += obj_string('Url', self.url)

        str_out += obj_string('As Of', self.url)
        str_out += obj_string('Created At', self.created_at)
        str_out += list_obj_string('Locations', self.locations)

        return str_out
Example #9
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Id', self.id_)
        str_out += obj_string('Screen Name', self.screen_name)
Example #10
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Indices', self.indices)
        str_out += obj_string('Text', self.text)
        return str_out
Example #11
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Name', self.name)
        str_out += obj_string('WOE Id', self.woe_id)
        return str_out
Example #12
0
    def __str__(self):

        str_out = ''

        str_out += obj_string('Attributes', self.attributes)
        str_out += obj_string('Bounding Box', self.bounding_box)
        str_out += obj_string('Contained Within', self.contained_within)
        str_out += obj_string('Country', self.country)
        str_out += obj_string('Country Code', self.country_code)
        str_out += obj_string('Full Name', self.full_name)
        str_out += obj_string('Id', self.id_)
        str_out += obj_string('Name', self.name)
        str_out += obj_string('Place Type', self.place_type)
        str_out += obj_string('Street Address', self.street_address)
        str_out += obj_string('Locality', self.locality)
        str_out += obj_string('Region', self.region)
        str_out += obj_string('ISO 3', self.iso3)
        str_out += obj_string('Postal Code', self.postal_code)
        str_out += obj_string('Phone', self.phone)
        str_out += obj_string('Twitter', self.twitter)
        str_out += obj_string('Url', self.url)
        str_out += obj_string('App Id', self.app_id)

        return str_out
Example #13
0
    def __str__(self):

        str_out = ''
        str_out += list_obj_string('Contributors', self.contributors)
        str_out += obj_string('Coordinates', self.coordinates)
        str_out += obj_string('Created At', self.created_at)
        str_out += obj_string('Current User Retweet',
                              self.current_user_retweet)
        str_out += obj_string('Entities', self.entities)
        str_out += obj_string('Favorite Count', self.favorite_count)
        str_out += obj_string('Favorited', self.favorited)
        str_out += obj_string('Filter Level', self.filter_level)
        str_out += obj_string('Id', self.id_)
        str_out += obj_string('In Reply To Screen Name',
                              self.in_reply_to_screen_name)
        str_out += obj_string('In Reply To Status Id',
                              self.in_reply_to_status_id)
        str_out += obj_string('Lang', self.lang)
        str_out += obj_string('Place', self.place)
        str_out += obj_string('Possibly Sensitive', self.possibly_sensitive)
        str_out += obj_string('Quoted Status Id', self.quoted_status_id)
        str_out += obj_string('Quoted Status', self.quoted_status)
        str_out += obj_string('Scopes', self.scopes)
        str_out += obj_string('Retweet Count', self.retweet_count)
        str_out += obj_string('Retweeted', self.retweeted)
        str_out += obj_string('Retweeted Status', self.retweeted_status)
        str_out += obj_string('Source', self.source)
        str_out += obj_string('Text', self.text)
        str_out += obj_string('Truncated', self.truncated)
        str_out += obj_string('User', self.user)
        str_out += obj_string('Withheld Copyright', self.withheld_copyright)
        str_out += list_obj_string('Withheld In Countries',
                                   self.withheld_in_countries)
        str_out += obj_string('Withheld Scope', self.withheld_scope)

        return str_out
Example #14
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Background Color', self.background_color)
        str_out += obj_string('Background Image URL',
                              self.background_image_url)
        str_out += obj_string('Background Image URL HTTPS',
                              self.background_image_url_https)
        str_out += obj_string('Background Tile', self.background_tile)
        str_out += obj_string('Banner URL', self.banner_url)
        str_out += obj_string('Image URL', self.image_url)
        str_out += obj_string('Image URL HTTPS', self.image_url_https)
        str_out += obj_string('Link Color', self.link_color)
        str_out += obj_string('Sidebar Border Color',
                              self.sidebar_border_color)
        str_out += obj_string('Sidebar Fill Color', self.sidebar_fill_color)
        str_out += obj_string('Text Color', self.text_color)
        str_out += obj_string('Use Background Image',
                              self.use_background_image)
        return str_out
Example #15
0
    def __str__(self):

        str_out = ''

        str_out += obj_string('Contributors Enabled', self.contributors_enabled)
        str_out += obj_string('Created At', self.created_at)
        str_out += obj_string('Default Profile', self.default_profile)
        str_out += obj_string('Default Profile Image', self.default_profile_image)
        str_out += obj_string('Description', self.description)
        str_out += obj_string('Entities', self.entities)
        str_out += obj_string('Favourites Count', self.favourites_count)
        str_out += obj_string('Follow Request Sent', self.follow_request_sent)
        str_out += obj_string('Following', self.following)
        str_out += obj_string('Followers Count', self.followers_count)
        str_out += obj_string('Friends Count', self.friends_count)
        str_out += obj_string('Geo Enabled', self.geo_enabled)
        str_out += obj_string('Has Extended Profile', self.has_extended_profile)
        str_out += obj_string('Id', self.id_)
        str_out += obj_string('Is Translation Enabled', self.is_translation_enabled)
        str_out += obj_string('Is Translator', self.is_translator)
        str_out += obj_string('Language', self.lang)
        str_out += obj_string('Listed Count', self.listed_count)
        str_out += obj_string('Location', self.location)
        str_out += obj_string('Name', self.listed_count)
        str_out += obj_string('Notifications', self.notifications)
        str_out += obj_string('Profile', self.profile)
        str_out += obj_string('Protected', self.protected)
        str_out += obj_string('Screen Name', self.screen_name)
        str_out += obj_string('Show All Inline Media', self.show_all_inline_media)
        str_out += obj_string('Statuses Count', self.statuses_count)
        str_out += obj_string('Time Zone', self.time_zone)
        str_out += obj_string('Url', self.url)
        str_out += obj_string('UTC Offset', self.utc_offset)
        str_out += obj_string('Verified', self.verified)

        return str_out
Example #16
0
    def __str__(self):

        return obj_string('Coordinates', self.coordinates)
Example #17
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Description', self.description)
        str_out += obj_string('Url', self.url)
        return str_out
Example #18
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('Coordinates', self.coordinates)
        str_out += obj_string('Type', self.type_)
        return str_out
Example #19
0
    def __str__(self):

        str_out = ''
        str_out += obj_string('ISO Language Code', self.iso_language_code)
        str_out += obj_string('Result Type', self.result_type)
        return str_out
Example #20
0
    def __str__(self):

        return obj_string(self.id_)