MCPcopy Create free account

hub / github.com/kurtmckee/feedparser / types & classes

Types & classes44 in github.com/kurtmckee/feedparser

↓ 30 callersClassFeedParserDict
feedparser/util.py:31
↓ 1 callersClassCharacterEncodingOverride
feedparser/exceptions.py:42
↓ 1 callersClassCharacterEncodingUnknown
feedparser/exceptions.py:46
↓ 1 callersClassEndBracketMatch
feedparser/sgml.py:90
↓ 1 callersClassFeedParserTestServer
HTTP Server that runs in a thread and handles a predetermined number of requests
tests/runtests.py:128
↓ 1 callersClassNonXMLContentType
feedparser/exceptions.py:50
↓ 1 callersClassRelativeURIResolver
feedparser/urls.py:106
↓ 1 callersClassUndeclaredNamespace
feedparser/exceptions.py:54
↓ 1 callersClass_EndBracketRegEx
feedparser/sgml.py:68
↓ 1 callersClass_FeedURLHandler
feedparser/http.py:47
↓ 1 callersClass_HTMLSanitizer
feedparser/sanitizer.py:34
ClassBaseTestCase
tests/runtests.py:181
ClassFeedParserTestRequestHandler
tests/runtests.py:72
ClassNamespace
Support for the Atom, RSS, RDF, and CDF feed formats. The feed formats all share common elements, some of which have conflicting interpretati
feedparser/namespaces/_base.py:36
ClassNamespace
feedparser/namespaces/georss.py:35
ClassNamespace
feedparser/namespaces/itunes.py:32
ClassNamespace
feedparser/namespaces/psc.py:35
ClassNamespace
feedparser/namespaces/admin.py:32
ClassNamespace
feedparser/namespaces/dc.py:33
ClassNamespace
feedparser/namespaces/cc.py:32
ClassNamespace
feedparser/namespaces/mediarss.py:32
ClassTestBuildRequest
Test that HTTP request objects are created as expected
tests/runtests.py:764
ClassTestCase
tests/runtests.py:185
ClassTestCompression
Test the gzip and deflate support in the HTTP code
tests/runtests.py:497
ClassTestConvertToIdn
Test IDN support (unavailable in Jython as of Jython 2.5.2)
tests/runtests.py:478
ClassTestDateParsers
Test the various date parsers; most of the test cases are constructed dynamically based on the contents of the `date_tests` dict, below
tests/runtests.py:603
ClassTestEncodings
tests/runtests.py:270
ClassTestEverythingIsUnicode
Ensure that `everything_is_unicode()` is working appropriately
tests/runtests.py:239
ClassTestFeedParserDict
Ensure that FeedParserDict returns values as expected and won't crash
tests/runtests.py:294
ClassTestHTMLGuessing
Exercise the HTML sniffing code
tests/runtests.py:746
ClassTestHTTPStatus
Test HTTP redirection and other status codes
tests/runtests.py:531
ClassTestLooseParser
Test the sgmllib-based parser by manipulating feedparser into believing no XML parsers are installed
tests/runtests.py:253
ClassTestLxmlBug
tests/runtests.py:779
ClassTestMakeSafeAbsoluteURI
Exercise the URI joining and sanitization code
tests/runtests.py:451
ClassTestOpenResource
Ensure that `_open_resource()` interprets its arguments as URIs, file-like objects, or in-memory feeds as expected
tests/runtests.py:374
ClassTestParseFlags
tests/runtests.py:793
ClassTestSanitizer
tests/runtests.py:837
ClassTestStrictParser
tests/runtests.py:266
ClassTestTemporaryFallbackBehavior
These tests are temporarily here because of issues 310 and 328
tests/runtests.py:189
ClassThingsNobodyCaresAboutButMe
feedparser/exceptions.py:38
Class_BaseHTMLProcessor
feedparser/html.py:64
Class_FeedParserMixin
feedparser/mixin.py:42
Class_LooseFeedParser
feedparser/parsers/loose.py:29
Class_StrictFeedParser
feedparser/parsers/strict.py:32