Home | Trees | Indices | Help |
---|
|
This module contains general utility code that is used throughout the library.
For users of this library, the log
function is probably the most interesting.
|
|||
Symbol This class implements an object that compares equal to others of the same type that have the same name. |
|
|||
|
|||
|
|||
|
|||
str |
|
||
|
|||
|
|
|||
elementtree_modules =
|
|||
__package__ =
|
|
Find a working ElementTree implementation, trying the standard places that such a thing might show up.
>>> ElementTree = importElementTree()
|
Handle a log message from the OpenID library. This implementation writes the string it to Currently, the library does not use the second parameter to this function, but that may change in the future. To install your own logging hook: from openid import oidutil def myLoggingFunction(message, level): ... oidutil.log = myLoggingFunction
|
Append query arguments to a HTTP(s) URL. If the URL already has query arguemtns, these arguments will be added, and the existing arguments will be preserved. Duplicate arguments will not be detected or collapsed (both will appear in the output).
|
|
elementtree_modules
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 1 23:34:52 2014 | http://epydoc.sourceforge.net |