MCPcopy Index your code
hub / github.com/pyload/pyload / __init__

Method __init__

module/lib/feedparser.py:3806–3807  ·  view source on GitHub ↗
(self, results)

Source from the content-addressed store, hash-verified

3804
3805class Serializer:
3806 def __init__(self, results):
3807 self.results = results
3808
3809class TextSerializer(Serializer):
3810 def write(self, stream=sys.stdout):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected