|
|
| add_type(mimetype,
extension) |
|
|
|
|
|
|
pid
|
fork()
Fork a child process. |
|
|
|
|
|
|
|
get_abspath(local_path,
mname=None)
Returns the absolute path to the required file. |
|
|
|
|
get_pipe(command,
cwd=None)
Wrapper around 'subprocess.Popen' |
|
|
|
|
get_sizeof(obj)
Return the size of an object and all objects refered by it. |
|
|
|
|
get_time_spent(mode='both',
since=0.0)
Return the time spent by the current process in seconds. |
|
|
|
|
|
|
|
| guess_all_extensions(mimetype) |
|
|
|
|
| guess_extension(mimetype) |
|
|
|
|
|
|
|
|
|
|
|
|
|
merge_dicts(d,
*args,
**kw)
Merge two or more dictionaries into a new dictionary object. |
|
|
|
|
| read_subprocess(command=None) |
|
|
|
|
| send_subprocess(command,
wait=True) |
|
|
|
|
start_subprocess(path)
This methods starts another process that will be used to make
questions to git. |
|
|
|
|
|
|
|
|