MCPcopy Create free account
hub / github.com/ablab/spades / Loader

Class Loader

ext/src/python_libs/pyyaml3/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.70
parseFunction · 0.70
composeFunction · 0.70
compose_allFunction · 0.70
loadFunction · 0.70
load_allFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected