Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | Template |
Namespaces | |
pipes | |
Constant Groups | |
pipes | |
Functions | |
def | makepipeline |
def | quote |
def | test |
Variables | |
list | __all__ = ["Template"] |
string | FILEIN_FILEOUT = 'ff' |
string | STDIN_FILEOUT = '-f' |
string | FILEIN_STDOUT = 'f-' |
string | STDIN_STDOUT = '--' |
string | SOURCE = '.-' |
string | SINK = '-.' |
list | stepkinds |
string | _safechars = string.ascii_letters+string.digits+'!@%_-+=:,./' |
string | _funnychars = '"`$\\' |