Home | Trees | Indices | Help |
---|
|
|
|||
string |
|
||
list of strings |
|
||
string |
|
||
2-tuple: (mime_type: string, file_type: string) |
|
|
|||
__maintainer__ =
|
|
Expand the given environment variable content. If it contains other references to environment variables, they are expanded too. Supported platforms are win32 and linux. Example of use:>>> env_var_expand('$HOME') >>> '/home/phil'
|
Explode a list of values stored in an environment variable as a single string. On win32 the item separator is ';' and on other platforms it is ':'. Example of use:>>> env_var_explode_list('$PATH') >>> ['/usr/bin','/bin']
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:08:30 2008 | http://epydoc.sourceforge.net |