Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
Dcanonical.py58 self.tokens.append(self.scan_directive())
95 def scan_directive(self): member in CanonicalScanner
/third_party/PyYAML/lib/yaml/
Dscanner.py400 self.tokens.append(self.scan_directive())
787 def scan_directive(self): member in Scanner