Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
H A Dcanonical.py61 self.tokens.append(yaml.DocumentStartToken(None, None))
223 if self.check_token(yaml.DirectiveToken, yaml.DocumentStartToken):
235 self.get_token(yaml.DocumentStartToken)
H A Dtest_tokens.py26 yaml.DocumentStartToken: '---',
/third_party/PyYAML/lib/yaml/
H A Dparser.py142 if not self.check_token(DirectiveToken, DocumentStartToken,
170 if not self.check_token(DocumentStartToken):
210 DocumentStartToken, DocumentEndToken, StreamEndToken):
H A Dtokens.py25 class DocumentStartToken(Token): class
H A Dscanner.py403 self.fetch_document_indicator(DocumentStartToken)
/third_party/PyYAML/yaml/
H A D_yaml.pyx28 DocumentStartToken = yaml.tokens.DocumentStartToken variable
173 #cdef class DocumentStartToken(Token):
394 return DocumentStartToken(start_mark, end_mark)

Completed in 5 milliseconds