The TextWrapper constructor accepts a number of optional keyword arguments. Each keyword argument corresponds to an instance attribute, so for example
class textwrap.TextWrapper(**kwargs)
wrapper = TextWrapper(initial_indent="* ")
wrapper = TextWrapper()
wrapper.initial_indent = "* "
[...] Dr. Frankenstein's monster [...]
[...] See Spot. See Spot run [...]