Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Namespaces | |
namespace | Cope |
namespace | Cope.experimental |
namespace | Cope.experimental.misc |
Functions | |
def | Cope.experimental.misc.replace_line (line, offset=0, keepTabs=True, convertTabs=True, calls=0) |
def | Cope.experimental.misc.comment (comment='', line_limit=80, char='=', start='', end='#', capitalize=False) |
def | Cope.experimental.misc.runCmd (args) |
def | Cope.experimental.misc.center (string) |
str | Cope.experimental.misc.insert_newlines (str string, int max_line_length) |
def | Cope.experimental.misc.assertValue (param, *values, blocking=True) |