Go to the source code of this file.
|
| def | gcmd.GetRealCmd (cmd) |
| | Return real command name - only for MS Windows. More...
|
| |
| def | gcmd.DecodeString (string) |
| | Decode string using system encoding. More...
|
| |
| def | gcmd.EncodeString (string) |
| | Return encoded string using system locales. More...
|
| |
| def | gcmd.recv_some |
| |
| def | gcmd.send_all (p, data) |
| |
| def | gcmd.RunCommand (prog, flags="", overwrite=False, quiet=False, verbose=False, parent=None, read=False, stdin=None, getErrorMsg=False, kwargs) |
| | Run GRASS command. More...
|
| |
| def | gcmd.GetDefaultEncoding |
| | Get default system encoding. More...
|
| |