WISP ERT (Server)  1.0.0
The WISP Extended Runtime (Server side)
util.py File Reference

Classes

class  wtp.util.EventTarget
 Event target mix-in class. More...
 
class  wtp.util.DataStreamMixin
 Byte stream mix-in for reading and writing Python values. More...
 
class  wtp.util.ChecksumStream
 Byte data stream with checksum functionality. More...
 
class  wtp.util.CyclicInt
 Cyclic integer type. More...
 
class  wtp.util.CyclicRange
 Cyclic range type. More...
 

Namespaces

 wtp.util
 

Functions

def wtp.util.xor_checksum (buf)
 Xor checksum function. More...
 
def wtp.util._check_radix (x, y)
 Check the radix of two cyclic integers or ranges. More...
 
def wtp.util.force_print_exc (func)
 Force printing traceback when exception is thrown. More...