Go to the source code of this file.
Namespaces | |
| namespace | slimpy_base.Core.Command.Drivers.Unix_Pipes |
Classes | |
| class | Unix_Pipes |
Functions | |
| def | gethostname |
| def | is_localhost |
| def | prepend_datapath |
| choose a datapath from one of the global variables localtmpdir, globaltmpdir or datapath. | |
| def | pipe_join |
| join cmand | |
| def | stdout_join |
| def | stderr_join |
| def | sub |
| Unix_Pipes.sub( targ, **kargs ) creates a string.Template from targ and sub in kargs. | |
| def | stdin_join |
| def | replace_quotes |
| def | CreateComand |
Variables | |
| string | __copyright__ |
| string | __license__ |
| tuple | env = InstanceManager() |
| string | JOIN_PIPE = " | " |
| string | file_in_out = "< ${STD_IN} ${COMMAND} > ${STD_OUT}" |
| string | file_out = "${COMMAND} > ${STD_OUT}" |
| string | file_in = "< ${STD_IN} ${COMMAND}" |
| string | file_ = "${COMMAND}" |
| string | rsh = '${RSH} ${NODE} "${COMMAND}"' |
1.5.6