Lines Matching refs:style
22 # SCALAR(value, plain, style)
635 self.fetch_block_scalar(style='|')
638 self.fetch_block_scalar(style='>')
640 def fetch_block_scalar(self, style):
649 self.tokens.append(self.scan_block_scalar(style))
652 self.fetch_flow_scalar(style='\'')
655 self.fetch_flow_scalar(style='"')
657 def fetch_flow_scalar(self, style):
666 self.tokens.append(self.scan_flow_scalar(style))
976 def scan_block_scalar(self, style):
979 if style == '>':
1050 style)
1134 def scan_flow_scalar(self, style):
1141 if style == '"':
1156 style)