Lines Matching refs:first
53 Parse the first YAML document in a stream
76 Parse the first YAML document in a stream
99 Parse the first YAML document in a stream
119 Parse the first YAML document in a stream
139 Parse the first YAML document in a stream
271 def add_implicit_resolver(tag, regexp, first=None,
277 first is a sequence of possible initial characters or None.
280 loader.Loader.add_implicit_resolver(tag, regexp, first)
281 loader.FullLoader.add_implicit_resolver(tag, regexp, first)
282 loader.UnsafeLoader.add_implicit_resolver(tag, regexp, first)
284 Loader.add_implicit_resolver(tag, regexp, first)
285 Dumper.add_implicit_resolver(tag, regexp, first)