Home
last modified time | relevance | path

Searched refs:DirectiveToken (Results 1 - 6 of 6) sorted by relevance

/third_party/PyYAML/tests/lib/
H A Dcanonical.py99 return yaml.DirectiveToken('YAML', (1, 1), None, None)
223 if self.check_token(yaml.DirectiveToken, yaml.DocumentStartToken):
233 if self.check_token(yaml.DirectiveToken):
234 self.get_token(yaml.DirectiveToken)
H A Dtest_tokens.py25 yaml.DirectiveToken: '%',
/third_party/PyYAML/lib/yaml/
H A Dparser.py142 if not self.check_token(DirectiveToken, DocumentStartToken,
209 if self.check_token(DirectiveToken,
220 while self.check_token(DirectiveToken):
H A Dtokens.py17 class DirectiveToken(Token): class
H A Dscanner.py804 return DirectiveToken(name, value, start_mark, end_mark)
/third_party/PyYAML/yaml/
H A D_yaml.pyx27 DirectiveToken = yaml.tokens.DirectiveToken variable
164 #cdef class DirectiveToken(Token):
384 return DirectiveToken(u"YAML",
391 return DirectiveToken(u"TAG", (handle, prefix),

Completed in 7 milliseconds