Trees | Indices | Help |
|
---|
|
object --+ | StringCleaner
Manages the cleaning of strings.
|
|||
|
|||
str |
|
||
Inherited from |
|
|||
Inherited from |
|
Populate an instance with some defaults. The replacement dictionary needs to be set such that the most specific replacements occur last. This is because the replacements should be done in a certain order, for example ('C:\', '') should be done before (':', '') and ('\', ''), and because people tend to append to an iterable rather than prepend we will traverse the iterable backwards.
|
Replace certain characters in an input string and then uniquify the string by comparing with a dictionary of previous names and number of times used.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:40 2015 | http://epydoc.sourceforge.net |