Home | Trees | Indices | Help |
---|
|
Standard codes for terminal colors.
License: GPLv3
Classes | |
ColorString Class for strings with color markup. |
|
ColorOptionParser Lightweight wrapper for OptionParser from standard
library optparse , to gracefully handle ColorString arguments supplied to its methods.
|
Functions | |||
type(joiner)/ColorString |
|
||
type(format)/ColorString |
|
||
|
|||
|
Variables | |
__package__ =
|
Function Details |
Join strings into a ColorString if any of them are ColorString, otherwise into type of joiner.
|
Interpolate arguments into the format string, producing ColorString if any of the arguments is ColorString, otherwise type of format string. The format string can use either positional format directives, in which case positional arguments are supplied after it, or it can use named format directives, in which case keyword arguments are supplied after it. If both positional and keyword arguments are following the format string, the behavior is undefined.
|
Set global options for coloring. ColorString.resolve will use the type of coloring given
by If
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 24 21:00:26 2014 | http://epydoc.sourceforge.net |