Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kurtmckee/feedparser
/ functions
Functions
371 in github.com/kurtmckee/feedparser
⨍
Functions
371
◇
Types & classes
44
Method
send_head
Send custom headers defined in test case Example: <!-- Header: Content-type: application/atom+xml Header: X-Foo:
tests/runtests.py:75
Method
setUp
(self)
tests/runtests.py:259
Method
setUp
(self)
tests/runtests.py:297
Function
setup
(app)
docs/add_custom_css.py:2
Method
startElementNS
(self, name, qname, attrs)
feedparser/parsers/strict.py:57
Method
startPrefixMapping
(self, prefix, uri)
feedparser/parsers/strict.py:48
Method
strattrs
(attrs)
feedparser/parsers/loose.py:73
Function
task_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
Function
task_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
Function
task_test
Run the unit tests.
dodo.py:50
Function
task_test_release
Upload to test.pypi.org.
dodo.py:73
Method
tearDown
(self)
tests/runtests.py:262
Method
test_301
(self)
tests/runtests.py:534
Method
test_302
(self)
tests/runtests.py:540
Method
test_302_no_location
Confirm no AttributeErrors when an HTTP 3xx response has no Location header.
tests/runtests.py:546
Method
test_303
(self)
tests/runtests.py:552
Method
test_304
(self)
tests/runtests.py:564
Method
test_307
(self)
tests/runtests.py:558
Method
test_404
(self)
tests/runtests.py:590
Method
test_None
(self)
tests/runtests.py:606
Method
test_bytes
(self)
tests/runtests.py:389
Method
test_catch_ValueError
catch ValueError in Python 2.7 and up
tests/runtests.py:463
Method
test_category
(self)
tests/runtests.py:360
Method
test_control
(self)
tests/runtests.py:484
Method
test_doctype_replacement
Ensure that non-ASCII-compatible encodings don't hide disallowed ENTITY declarations
tests/runtests.py:271
Method
test_empty
(self)
tests/runtests.py:310
Method
test_everything_is_unicode
(self)
tests/runtests.py:241
Method
test_extra_headers
You can pass in extra headers and they go into the request object.
tests/runtests.py:766
Method
test_feed
(self)
tests/runtests.py:381
Method
test_feed_http
(self)
tests/runtests.py:385
Method
test_fileobj
(self)
tests/runtests.py:377
Method
test_gb2312_converted_to_gb18030_in_xml_encoding
(self)
tests/runtests.py:284
Method
test_gzip_good
(self)
tests/runtests.py:500
Method
test_gzip_not_compressed
(self)
tests/runtests.py:504
Method
test_gzip_struct_error
(self)
tests/runtests.py:510
Method
test_http_client_ascii_unicode_encode_error
Confirm that a Unicode character doesn't cause a UnicodeEncodeError crash.
tests/runtests.py:409
Method
test_http_client_basic_auth_type_error
Confirm an in-URL username/password doesn't cause a TypeError.
tests/runtests.py:415
Method
test_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
Method
test_idn
(self)
tests/runtests.py:488
Method
test_issue_328_fallback_behavior
(self)
tests/runtests.py:191
Method
test_license
(self)
tests/runtests.py:349
Method
test_lxml_etree_bug
(self)
tests/runtests.py:780
Method
test_multiple_mapping_mapped_key
(self)
tests/runtests.py:344
Method
test_multiple_mapping_target_1
(self)
tests/runtests.py:334
Method
test_multiple_mapping_target_2
(self)
tests/runtests.py:339
Method
test_neutral
(self)
tests/runtests.py:320
Method
test_not_everything_is_unicode
(self)
tests/runtests.py:246
Method
test_port
(self)
tests/runtests.py:492
Method
test_redirect_to_304
(self)
tests/runtests.py:594
Method
test_resolve_relative_uris_default
(self)
tests/runtests.py:819
Method
test_resolve_relative_uris_off
(self)
tests/runtests.py:830
Method
test_resolve_relative_uris_on
(self)
tests/runtests.py:824
Method
test_sanitize_html_default
(self)
tests/runtests.py:807
Method
test_sanitize_html_off
(self)
tests/runtests.py:815
Method
test_sanitize_html_on
(self)
tests/runtests.py:811
Method
test_single_mapping_target_1
(self)
tests/runtests.py:324
Method
test_single_mapping_target_2
(self)
tests/runtests.py:329
Method
test_string
(self)
tests/runtests.py:394
Method
test_style_attr_can_be_disabled
(self)
tests/runtests.py:843
Method
test_style_attr_is_enabled
(self)
tests/runtests.py:838
Method
test_unicode_1
(self)
tests/runtests.py:399
Method
test_unicode_2
(self)
tests/runtests.py:404
Method
test_year_10000_date
(self)
tests/runtests.py:616
Method
test_zlib_good
(self)
tests/runtests.py:516
Method
test_zlib_no_headers
(self)
tests/runtests.py:520
Method
test_zlib_not_compressed
(self)
tests/runtests.py:524
Method
unknown_endtag
(self, tag)
feedparser/sanitizer.py:810
Method
unknown_starttag
(self, tag, attrs)
feedparser/sanitizer.py:747
Method
unknown_starttag
:type tag: str :type attrs: List[Tuple[str, str]] :rtype: None
feedparser/html.py:179
Method
unknown_starttag
(self, tag, attrs)
feedparser/urls.py:146
Function
validate_in_git_master_branch
Validate that the repository is in the git master branch.
dodo.py:95
← previous
301–371 of 371, ranked by callers