Lines Matching refs:repr
185 object.__dataclass_params__.repr and
198 items = [(f.name, getattr(object, f.name)) for f in _dataclasses.fields(object) if f.repr]
224 stream.write(repr(object))
254 stream.write(repr(object))
275 write(repr(object))
284 rep = repr(line)
301 if len(repr(candidate)) > max_width2:
303 chunks.append(repr(current))
308 chunks.append(repr(current))
326 write(repr(object))
454 repr, readable, recursive = self.format(object, context.copy(),
460 return repr
471 stream.write(repr(object))
484 stream.write(repr(object))
500 stream.write(repr(object))
517 stream.write(repr(object))
554 return repr(object), True, False
562 return repr(object), True, False
628 rep = repr(object)
660 if len(repr(candidate)) > width:
662 yield repr(current)
667 yield repr(current)