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

Method __init__

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

Source from the content-addressed store, hash-verified

21class SafeLoader(Reader, Scanner, Parser, Composer, SafeConstructor, Resolver):
22
23 def __init__(self, stream):
24 Reader.__init__(self, stream)
25 Scanner.__init__(self)
26 Parser.__init__(self)
27 Composer.__init__(self)
28 SafeConstructor.__init__(self)
29 Resolver.__init__(self)
30
31class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver):
32

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected