Searched refs:DirectiveToken (Results 1 - 6 of 6) sorted by relevance
/third_party/PyYAML/tests/lib/ |
H A D | canonical.py | 99 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 D | test_tokens.py | 25 yaml.DirectiveToken: '%',
|
/third_party/PyYAML/lib/yaml/ |
H A D | parser.py | 142 if not self.check_token(DirectiveToken, DocumentStartToken, 209 if self.check_token(DirectiveToken, 220 while self.check_token(DirectiveToken):
|
H A D | tokens.py | 17 class DirectiveToken(Token): class
|
H A D | scanner.py | 804 return DirectiveToken(name, value, start_mark, end_mark)
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 27 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