Home | Trees | Indices | Help |
|
---|
|
Functions | |||
|
|||
|
Variables | |
__package__ = None
|
Function Details |
strxor(a:str, b:str) -> str Return a XOR b. Both a and b must have the same length. |
strxor_c(s:str, c:int) -> str Return s XOR chr(c). c must be in range(256). |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 24 09:02:36 2012 | http://epydoc.sourceforge.net |