Home | Trees | Index | Help |
---|
Package twisted :: Package python :: Module util |
|
Function Summary | |
---|---|
addPluginDir()
| |
dict(*a,
**k)
| |
Obtain a password by prompting or from stdin. | |
getPluginDirs()
| |
Pads a sequence out to n elements, | |
println(*a)
| |
Return the path to a sibling of a file in the filesystem. | |
Make the elements of a list unique by inserting them into a dictionary. |
Function Details |
---|
getPassword(prompt='Password: ', confirm=0)Obtain a password by prompting or from stdin. If stdin is a terminal, prompt for a new password, and confirm (if
|
padTo(n, seq, default=None)Pads a sequence out to n elements, filling in with a default value if it is not long enough. If the input sequence is longer than n, raises ValueError. Details, details: This returns a new list; it does not extend the original sequence. The new list contains the values of the original sequence, not copies. |
sibpath(path, sibling)Return the path to a sibling of a file in the filesystem. This is useful in conjunction with the special __file__ attribute that Python provides for modules, so modules can load associated resource files. |
uniquify(lst)Make the elements of a list unique by inserting them into a dictionary. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:18:06 2003 | http://epydoc.sf.net |