Warning!
The version you're viewing is not the latest.
Go to the latest version
Function __init__
Synopsis
def __init__(self, stream)
Description
No description yet.
Source
Lines 46-50 in lib3/yaml/cyaml.py.
def __init__(self, stream):
CParser.__init__(self, stream)
Constructor.__init__(self)
Resolver.__init__(self)