MCPcopy Create free account

hub / github.com/kurtmckee/feedparser / functions

Functions371 in github.com/kurtmckee/feedparser

Method_start_cloud
(self, attrs_d)
feedparser/namespaces/_base.py:334
Method_start_content_encoded
(self, attrs_d)
feedparser/namespaces/_base.py:481
Method_start_contributor
(self, attrs_d)
feedparser/namespaces/_base.py:152
Method_start_creativecommons_license
(self, attrs_d)
feedparser/namespaces/cc.py:56
Method_start_dc_author
(self, attrs_d)
feedparser/namespaces/dc.py:75
Method_start_dc_contributor
(self, attrs_d)
feedparser/namespaces/dc.py:125
Method_start_dc_creator
(self, attrs_d)
feedparser/namespaces/dc.py:78
Method_start_dc_date
(self, attrs_d)
feedparser/namespaces/dc.py:81
Method_start_dc_description
(self, attrs_d)
feedparser/namespaces/dc.py:84
Method_start_dc_language
(self, attrs_d)
feedparser/namespaces/dc.py:87
Method_start_dc_publisher
(self, attrs_d)
feedparser/namespaces/dc.py:90
Method_start_dc_rights
(self, attrs_d)
feedparser/namespaces/dc.py:93
Method_start_dc_subject
(self, attrs_d)
feedparser/namespaces/dc.py:96
Method_start_dc_title
(self, attrs_d)
feedparser/namespaces/dc.py:99
Method_start_dcterms_created
(self, attrs_d)
feedparser/namespaces/dc.py:102
Method_start_dcterms_issued
(self, attrs_d)
feedparser/namespaces/dc.py:105
Method_start_dcterms_modified
(self, attrs_d)
feedparser/namespaces/dc.py:108
Method_start_dcterms_valid
(self, attrs_d)
feedparser/namespaces/dc.py:111
Method_start_enclosure
(self, attrs_d)
feedparser/namespaces/_base.py:447
Method_start_expirationdate
(self, attrs_d)
feedparser/namespaces/_base.py:308
Method_start_feed
(self, attrs_d)
feedparser/namespaces/_base.py:95
Method_start_generator
(self, attrs_d)
feedparser/namespaces/_base.py:417
Method_start_georssgeom
(self, attrs_d)
feedparser/namespaces/georss.py:46
Method_start_gml_exterior
(self, attrs_d)
feedparser/namespaces/georss.py:113
Method_start_gml_linearring
(self, attrs_d)
feedparser/namespaces/georss.py:116
Method_start_gml_linestring
(self, attrs_d)
feedparser/namespaces/georss.py:104
Method_start_gml_point
(self, attrs_d)
feedparser/namespaces/georss.py:99
Method_start_gml_polygon
(self, attrs_d)
feedparser/namespaces/georss.py:109
Method_start_gml_pos
(self, attrs_d)
feedparser/namespaces/georss.py:120
Method_start_gml_poslist
(self, attrs_d)
feedparser/namespaces/georss.py:136
Method_start_guid
(self, attrs_d)
feedparser/namespaces/_base.py:363
Method_start_height
(self, attrs_d)
feedparser/namespaces/_base.py:191
Method_start_image
(self, attrs_d)
feedparser/namespaces/_base.py:112
Method_start_info
(self, attrs_d)
feedparser/namespaces/_base.py:409
Method_start_item
(self, attrs_d)
feedparser/namespaces/_base.py:246
Method_start_itunes_author
(self, attrs_d)
feedparser/namespaces/itunes.py:41
Method_start_itunes_category
(self, attrs_d)
feedparser/namespaces/itunes.py:88
Method_start_itunes_email
(self, attrs_d)
feedparser/namespaces/itunes.py:56
Method_start_itunes_image
(self, attrs_d)
feedparser/namespaces/itunes.py:92
Method_start_itunes_name
(self, attrs_d)
feedparser/namespaces/itunes.py:50
Method_start_itunes_owner
(self, attrs_d)
feedparser/namespaces/itunes.py:74
Method_start_itunes_subtitle
(self, attrs_d)
feedparser/namespaces/itunes.py:62
Method_start_itunes_summary
(self, attrs_d)
feedparser/namespaces/itunes.py:68
Method_start_media_category
(self, attrs_d)
feedparser/namespaces/mediarss.py:41
Method_start_media_content
(self, attrs_d)
feedparser/namespaces/mediarss.py:116
Method_start_media_credit
(self, attrs_d)
feedparser/namespaces/mediarss.py:76
Method_start_media_description
(self, attrs_d)
feedparser/namespaces/mediarss.py:88
Method_start_media_group
(self, attrs_d)
feedparser/namespaces/mediarss.py:61
Method_start_media_license
(self, attrs_d)
feedparser/namespaces/mediarss.py:105
Method_start_media_player
(self, attrs_d)
feedparser/namespaces/mediarss.py:134
Method_start_media_rating
(self, attrs_d)
feedparser/namespaces/mediarss.py:65
Method_start_media_restriction
(self, attrs_d)
feedparser/namespaces/mediarss.py:94
Method_start_media_thumbnail
(self, attrs_d)
feedparser/namespaces/mediarss.py:121
Method_start_media_title
(self, attrs_d)
feedparser/namespaces/mediarss.py:53
Method_start_newlocation
(self, attrs_d)
feedparser/namespaces/_base.py:497
Method_start_psc_chapter
(self, attrs_d)
feedparser/namespaces/psc.py:55
Method_start_psc_chapters
(self, attrs_d)
feedparser/namespaces/psc.py:45
Method_start_rss
(self, attrs_d)
feedparser/namespaces/_base.py:60
Method_start_source
(self, attrs_d)
feedparser/namespaces/_base.py:453
Method_start_tags
(self, attrs_d)
feedparser/mixin.py:777
Method_start_textinput
(self, attrs_d)
feedparser/namespaces/_base.py:124
Method_start_url
(self, attrs_d)
feedparser/namespaces/_base.py:204
Method_start_where
(self, attrs_d)
feedparser/namespaces/georss.py:81
Method_start_width
(self, attrs_d)
feedparser/namespaces/_base.py:178
Functionbuild_single_files
()
dodo.py:36
Methodcharacters
(self, text)
feedparser/parsers/strict.py:105
Methodconvert_charref
:type name: str :rtype: str
feedparser/html.py:319
Methodconvert_entityref
:type name: str :rtype: str
feedparser/html.py:328
Methoddecode_entities
(self, element, data)
feedparser/parsers/loose.py:49
Methoddo_open
(*args, **kwargs)
tests/runtests.py:431
MethodendElementNS
(self, name, qname)
feedparser/parsers/strict.py:108
Functionfail_unless_eval
Fail unless eval(eval_string, env)
tests/runtests.py:171
MethodfatalError
(self, exc)
feedparser/parsers/strict.py:133
Functionget
(url, etag=None, modified=None, agent=None, referrer=None, handlers=None, request_headers=None, result=None)
feedparser/http.py:124
Methodgoahead
(self, i)
feedparser/html.py:117
Methodhandle_charref
:type ref: str :rtype: None
feedparser/html.py:218
Methodhandle_charref
(self, ref)
feedparser/mixin.py:347
Methodhandle_comment
:type text: str :rtype: None
feedparser/html.py:261
Methodhandle_comment
(self, text)
feedparser/mixin.py:390
Methodhandle_data
(self, text)
feedparser/sanitizer.py:831
Methodhandle_decl
(self, text)
feedparser/sanitizer.py:828
Methodhandle_decl
:type text: str :rtype: None
feedparser/html.py:281
Methodhandle_decl
(self, text)
feedparser/mixin.py:398
Methodhandle_entityref
:type ref: str :rtype: None
feedparser/html.py:237
Methodhandle_entityref
(self, ref)
feedparser/mixin.py:362
Methodhandle_pi
(self, text)
feedparser/sanitizer.py:825
Methodhandle_pi
:type text: str :rtype: None
feedparser/html.py:271
Methodhandle_pi
(self, text)
feedparser/mixin.py:394
Methodhttp_error_301
(self, req, fp, code, msg, hdrs)
feedparser/http.py:54
Methodhttp_error_401
(self, req, fp, code, msg, headers)
feedparser/http.py:70
Functionlazy_chardet_encoding
(data)
feedparser/encodings.py:42
Methodlog_request
(self, *args)
tests/runtests.py:124
Functionparse
Parse a feed from a URL, file, stream, or string. :param url_file_stream_or_string: File-like object, URL, file path, or string. Both byt
feedparser/api.py:152
Methodparse_comment
(self, i, report=1)
feedparser/sanitizer.py:867
Methodparse_declaration
:type i: int :rtype: int
feedparser/html.py:344
Methodparse_declaration
(self, i)
feedparser/mixin.py:401
Methodparse_starttag
(self, i)
feedparser/html.py:139
Functionremove_dist_files
Erase existing files in the ``dist`` directory.
dodo.py:66
Methodreset
(self)
feedparser/sanitizer.py:741
Methodreset
(self)
feedparser/html.py:96
← previousnext →201–300 of 371, ranked by callers