stomp.utils
index
/home/localhost/python/frymaster/stomp/stomp.py-2.0.1/stomp/utils.py

 
Modules
       
random
time

 
Classes
       
__builtin__.object
DevNullLogger

 
class DevNullLogger(__builtin__.object)
    dummy logging class for environments without the logging module
 
  Methods defined here:
critical = log(self, msg)
debug = devnull(self, msg)
devnull(self, msg)
error = log(self, msg)
exception = log(self, msg)
info = devnull(self, msg)
isEnabledFor(self, lvl)
log(self, msg)
warning = log(self, msg)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
md5 = openssl_md5(...)
Returns a md5 hash object; optionally initialized with a string