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

Class Loader

src/madpack/yaml/loader.py:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 Resolver.__init__(self)
30
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 6

scanFunction · 0.85
parseFunction · 0.85
composeFunction · 0.85
compose_allFunction · 0.85
load_allFunction · 0.85
loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected