Home | Trees | Indices | Help |
|
---|
|
object --+ | FileRenamer
is a name mapper for file rename operations and the like.
Warning: This whole thing more or less pretends there are no symlinks.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns a name map for whatever is serialized in the file inF. The format of fName is line-base, with each line being one of
|
returns a sequence of (old,new) pairs that, when executed, keep any new from clobbering any existing old. The function will raise an Error if there's a cycle in fileMap. fileMap will be destroyed by this procedure |
performs a name map below path. The rules are:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |