pprint.pprint(obj: object | None, indent: int = 1, width: int = 80, depth: int | None = None, compact: bool = False, sort_dicts: bool = True)¶pprint.pformat(obj: object | None, indent: int = 1, width: int = 80, depth: int | None = None, compact: bool = False, sort_dicts: bool = True) -> str¶pprint.isreadable(obj: object | None) -> bool¶pprint.isrecursive(obj: object | None) -> bool¶pprint(obj: object | None)¶pformat(obj: object | None) -> str¶isreadable(obj: object | None) -> bool¶isrecursive(obj: object | None) -> bool¶