Classes | |
class | AttrDict |
class | DownloadError |
class | Folder |
class | ForwardingError |
class | JSONError |
class | LoginError |
class | Message |
class | ParsingError |
class | Phone |
class | ValidationError |
class | XMLParser |
Functions | |
def | is_sha1 |
def | load_and_validate |
def | print_ |
def | validate_response |
Variables | |
input = raw_input | |
tuple | sha1_re = re.compile(r'^[a-fA-F0-9]{40}$') |
def googlevoice.util.is_sha1 | ( | s | ) |
def googlevoice.util.load_and_validate | ( | response | ) |
def googlevoice.util.print_ | ( | values, | |
kwargs | |||
) |
Implementation of Python3's print function Prints the values to a stream, or to sys.stdout by default. Optional keyword arguments: file: a file-like object (stream); defaults to the current sys.stdout. sep: string inserted between values, default a space. end: string appended after the last value, default a newline.
def googlevoice.util.validate_response | ( | response | ) |
googlevoice::util::input = raw_input |
tuple googlevoice::util::sha1_re = re.compile(r'^[a-fA-F0-9]{40}$') |