Lines Matching refs:canonical
38 def __init__(self, stream, canonical=None, indent=None, width=None, argument
83 self.canonical = canonical
195 implicit = (first and not self.event.explicit and not self.canonical
201 if self.canonical:
246 if self.flow_level or self.canonical or self.event.flow_style \
252 if self.flow_level or self.canonical or self.event.flow_style \
287 if self.canonical or self.column > self.best_width:
296 if self.canonical:
303 if self.canonical or self.column > self.best_width:
323 if self.canonical or self.column > self.best_width:
325 if not self.canonical and self.check_simple_key():
337 if self.canonical:
344 if self.canonical or self.column > self.best_width:
346 if not self.canonical and self.check_simple_key():
360 if self.canonical or self.column > self.best_width:
474 if ((not self.canonical or tag is None) and
483 if (not self.canonical or tag is None) and self.event.implicit:
497 if self.event.style == '"' or self.canonical: