Home | Trees | Indices | Help |
|
---|
|
Useful support routines (for internal use).
These functions aren't really Zero Install specific; they're things we might wish were in the standard library.
Since: 0.27
Submodules | |
|
Classes | |
unicode str(object) -> string |
|
basestring str(object) -> string |
Functions | |||
str |
|
||
bytes |
|
||
str |
|
||
|
|||
|
|||
|
|||
str |
|
||
value |
|
||
ParseResult |
|
Variables | |
intern = sys.intern
|
Function Details |
Search $PATH for prog. If prog is an absolute path, return it unmodified.
Since: 0.27 |
Read exactly nbytes from fd.
|
Format a size for printing.
Since: 0.27 |
Like shutil.rmtree, except that we also delete read-only items.
Since: 0.28 |
Raise an exception in a way that works on Python 2 and Python 3
|
Rename 'src' to 'dst', which must be on the same filesystem. On POSIX systems, this operation is atomic. On Windows, do the best we can by deleting dst and then renaming.
Since: 1.9 |
Combines multiple strings into one for use as a Windows command-line argument. This coressponds to Windows' handling of command-line arguments as specified in: http://msdn.microsoft.com/library/17w5ykft.
Since: 1.11 |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |