MCPcopy Create free account

hub / github.com/kurtmckee/feedparser / functions

Functions371 in github.com/kurtmckee/feedparser

Methodsend_head
Send custom headers defined in test case Example: <!-- Header: Content-type: application/atom+xml Header: X-Foo:
tests/runtests.py:75
MethodsetUp
(self)
tests/runtests.py:259
MethodsetUp
(self)
tests/runtests.py:297
Functionsetup
(app)
docs/add_custom_css.py:2
MethodstartElementNS
(self, name, qname, attrs)
feedparser/parsers/strict.py:57
MethodstartPrefixMapping
(self, prefix, uri)
feedparser/parsers/strict.py:48
Methodstrattrs
(attrs)
feedparser/parsers/loose.py:73
Functiontask_build
Build the documentation. The documentation will be converted to HTML files to help double-check syntax and formatting on PyPI and on GitHu
dodo.py:28
Functiontask_release
Upload to pypi.org. This step must *always* be taken while in the git master branch. This is an enforced requirement.
dodo.py:102
Functiontask_test
Run the unit tests.
dodo.py:50
Functiontask_test_release
Upload to test.pypi.org.
dodo.py:73
MethodtearDown
(self)
tests/runtests.py:262
Methodtest_301
(self)
tests/runtests.py:534
Methodtest_302
(self)
tests/runtests.py:540
Methodtest_302_no_location
Confirm no AttributeErrors when an HTTP 3xx response has no Location header.
tests/runtests.py:546
Methodtest_303
(self)
tests/runtests.py:552
Methodtest_304
(self)
tests/runtests.py:564
Methodtest_307
(self)
tests/runtests.py:558
Methodtest_404
(self)
tests/runtests.py:590
Methodtest_None
(self)
tests/runtests.py:606
Methodtest_bytes
(self)
tests/runtests.py:389
Methodtest_catch_ValueError
catch ValueError in Python 2.7 and up
tests/runtests.py:463
Methodtest_category
(self)
tests/runtests.py:360
Methodtest_control
(self)
tests/runtests.py:484
Methodtest_doctype_replacement
Ensure that non-ASCII-compatible encodings don't hide disallowed ENTITY declarations
tests/runtests.py:271
Methodtest_empty
(self)
tests/runtests.py:310
Methodtest_everything_is_unicode
(self)
tests/runtests.py:241
Methodtest_extra_headers
You can pass in extra headers and they go into the request object.
tests/runtests.py:766
Methodtest_feed
(self)
tests/runtests.py:381
Methodtest_feed_http
(self)
tests/runtests.py:385
Methodtest_fileobj
(self)
tests/runtests.py:377
Methodtest_gb2312_converted_to_gb18030_in_xml_encoding
(self)
tests/runtests.py:284
Methodtest_gzip_good
(self)
tests/runtests.py:500
Methodtest_gzip_not_compressed
(self)
tests/runtests.py:504
Methodtest_gzip_struct_error
(self)
tests/runtests.py:510
Methodtest_http_client_ascii_unicode_encode_error
Confirm that a Unicode character doesn't cause a UnicodeEncodeError crash.
tests/runtests.py:409
Methodtest_http_client_basic_auth_type_error
Confirm an in-URL username/password doesn't cause a TypeError.
tests/runtests.py:415
Methodtest_http_client_urllib_error
Confirm urllib.error.URLError is caught correctly. urllib.request.AbstractHTTPHandler.do_open() may explicitly raise urllib.error.URL
tests/runtests.py:421
Methodtest_idn
(self)
tests/runtests.py:488
Methodtest_issue_328_fallback_behavior
(self)
tests/runtests.py:191
Methodtest_license
(self)
tests/runtests.py:349
Methodtest_lxml_etree_bug
(self)
tests/runtests.py:780
Methodtest_multiple_mapping_mapped_key
(self)
tests/runtests.py:344
Methodtest_multiple_mapping_target_1
(self)
tests/runtests.py:334
Methodtest_multiple_mapping_target_2
(self)
tests/runtests.py:339
Methodtest_neutral
(self)
tests/runtests.py:320
Methodtest_not_everything_is_unicode
(self)
tests/runtests.py:246
Methodtest_port
(self)
tests/runtests.py:492
Methodtest_redirect_to_304
(self)
tests/runtests.py:594
Methodtest_resolve_relative_uris_default
(self)
tests/runtests.py:819
Methodtest_resolve_relative_uris_off
(self)
tests/runtests.py:830
Methodtest_resolve_relative_uris_on
(self)
tests/runtests.py:824
Methodtest_sanitize_html_default
(self)
tests/runtests.py:807
Methodtest_sanitize_html_off
(self)
tests/runtests.py:815
Methodtest_sanitize_html_on
(self)
tests/runtests.py:811
Methodtest_single_mapping_target_1
(self)
tests/runtests.py:324
Methodtest_single_mapping_target_2
(self)
tests/runtests.py:329
Methodtest_string
(self)
tests/runtests.py:394
Methodtest_style_attr_can_be_disabled
(self)
tests/runtests.py:843
Methodtest_style_attr_is_enabled
(self)
tests/runtests.py:838
Methodtest_unicode_1
(self)
tests/runtests.py:399
Methodtest_unicode_2
(self)
tests/runtests.py:404
Methodtest_year_10000_date
(self)
tests/runtests.py:616
Methodtest_zlib_good
(self)
tests/runtests.py:516
Methodtest_zlib_no_headers
(self)
tests/runtests.py:520
Methodtest_zlib_not_compressed
(self)
tests/runtests.py:524
Methodunknown_endtag
(self, tag)
feedparser/sanitizer.py:810
Methodunknown_starttag
(self, tag, attrs)
feedparser/sanitizer.py:747
Methodunknown_starttag
:type tag: str :type attrs: List[Tuple[str, str]] :rtype: None
feedparser/html.py:179
Methodunknown_starttag
(self, tag, attrs)
feedparser/urls.py:146
Functionvalidate_in_git_master_branch
Validate that the repository is in the git master branch.
dodo.py:95
← previous301–371 of 371, ranked by callers