lenskit.util.IndentWriter ========================= .. py:class:: lenskit.util.IndentWriter(target, *, width = 4) :canonical: lenskit.util._indent.IndentWriter Write output with configurable indents. .. py:attribute:: level :type: int :value: 0 .. py:attribute:: width :type: int .. py:method:: print(data = '', *, eol = True) Print another message to the output. .. py:method:: add_indent() .. py:method:: drop_indent() .. py:method:: indent()