Home
last modified time | relevance | path

Searched refs:scan_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/PyYAML/tests/lib/
Dcanonical.py86 self.tokens.append(self.scan_tag())
115 def scan_tag(self): member in CanonicalScanner
/third_party/PyYAML/lib/yaml/
Dscanner.py632 self.tokens.append(self.scan_tag())
935 def scan_tag(self): member in Scanner