Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
Dscanner.py652 self.fetch_flow_scalar(style='\'')
655 self.fetch_flow_scalar(style='"')
657 def fetch_flow_scalar(self, style): member in Scanner