obspy.core.inventory.util.InventoryTextWrapper ============================================== .. currentmodule:: obspy.core.inventory.util .. autoclass:: InventoryTextWrapper :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~InventoryTextWrapper.sentence_end_re ~InventoryTextWrapper.unicode_whitespace_trans ~InventoryTextWrapper.uspace ~InventoryTextWrapper.wordsep_re ~InventoryTextWrapper.wordsep_simple_re ~InventoryTextWrapper.x .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~InventoryTextWrapper.fill ~InventoryTextWrapper.wrap .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: InventoryTextWrapper._fix_sentence_endings .. automethod:: InventoryTextWrapper._handle_long_word .. automethod:: InventoryTextWrapper._munge_whitespace .. automethod:: InventoryTextWrapper._split .. automethod:: InventoryTextWrapper._split_chunks .. automethod:: InventoryTextWrapper._wrap_chunks .. rubric:: Special Methods .. automethod:: InventoryTextWrapper.__delattr__ .. automethod:: InventoryTextWrapper.__dir__ .. automethod:: InventoryTextWrapper.__eq__ .. automethod:: InventoryTextWrapper.__format__ .. automethod:: InventoryTextWrapper.__ge__ .. automethod:: InventoryTextWrapper.__getattribute__ .. automethod:: InventoryTextWrapper.__gt__ .. automethod:: InventoryTextWrapper.__hash__ .. automethod:: InventoryTextWrapper.__init__ .. automethod:: InventoryTextWrapper.__init_subclass__ .. automethod:: InventoryTextWrapper.__le__ .. automethod:: InventoryTextWrapper.__lt__ .. automethod:: InventoryTextWrapper.__ne__ .. automethod:: InventoryTextWrapper.__new__ .. automethod:: InventoryTextWrapper.__reduce__ .. automethod:: InventoryTextWrapper.__reduce_ex__ .. automethod:: InventoryTextWrapper.__repr__ .. automethod:: InventoryTextWrapper.__setattr__ .. automethod:: InventoryTextWrapper.__sizeof__ .. automethod:: InventoryTextWrapper.__str__ .. automethod:: InventoryTextWrapper.__subclasshook__