Searched defs:wrap_lines (Results 1 – 4 of 4) sorted by relevance
851 wrap_lines subroutine
61 pub(crate) wrap_lines: Option<bool>, field138 pub fn wrap_lines(mut self, wrap_lines: bool) -> Self { in wrap_lines() method
305 def wrap_lines(body: str, width: int = 80, indent: str = "") -> Iterable[str]: function
34 pub(crate) wrap_lines: bool, field