MCPcopy Create free account
hub / github.com/apache/madlib / __init__

Method __init__

src/madpack/yaml/loader.py:33–39  ·  view source on GitHub ↗
(self, stream)

Source from the content-addressed store, hash-verified

31class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver):
32
33 def __init__(self, stream):
34 Reader.__init__(self, stream)
35 Scanner.__init__(self)
36 Parser.__init__(self)
37 Composer.__init__(self)
38 Constructor.__init__(self)
39 Resolver.__init__(self)
40

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected