Go to the source code of this file.
Namespaces | |
SerialSubstitution | |
Functions | |
def | SerialSubstitution.ANSIcode |
def | SerialSubstitution.Colorize |
Library code. More... | |
def | SerialSubstitution.AddProcessor |
def | SerialSubstitution.LoggingSetup |
def | SerialSubstitution.RunSubstitutor |
Variables | |
string | SerialSubstitution.__doc__ = "Performs hard-coded substitutions on all files in a directory." |
string | SerialSubstitution.__version__ = '2.0' |
tuple | SerialSubstitution.ANSIReset = ANSIcode("0") |
tuple | SerialSubstitution.ANSIRed = ANSIcode("31") |
tuple | SerialSubstitution.ANSIGreen = ANSIcode("32") |
tuple | SerialSubstitution.ANSIBlue = ANSIcode("34") |
tuple | SerialSubstitution.ANSIBrightBlue = ANSIcode("1;34") |
tuple | SerialSubstitution.ANSIMagenta = ANSIcode("35") |
tuple | SerialSubstitution.ANSIYellow = ANSIcode("1;33") |
tuple | SerialSubstitution.ANSIWhite = ANSIcode("1;37") |
tuple | SerialSubstitution.subst = AddProcessor(ProcessorClass("subst")) |
Test. More... | |