exception ¤ Classes: IndentContextManager – IndentContextManager ¤ IndentContextManager() Methods: __enter__ – __exit__ – print – addr_hex – aux_hex – prefix – Attributes: indent – indent instance-attribute ¤ indent = 0 __enter__ ¤ __enter__() -> None __exit__ ¤ __exit__( exc_type: type[BaseException] | None, exc_value: BaseException | None, exc_tb: TracebackType | None, ) -> None print ¤ print(*a, **kw) -> None addr_hex ¤ addr_hex(val: int) -> str aux_hex ¤ aux_hex(val: int) -> str prefix ¤ prefix(s: str)