Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Error Class Reference
Inheritance diagram for Error:
Fault ProtocolError ResponseError

Public Member Functions

def __str__
 

Detailed Description

Base class for client errors.

Definition at line 168 of file xmlrpclib.py.

Member Function Documentation

def __str__ (   self)

Definition at line 170 of file xmlrpclib.py.

171  def __str__(self):
172  return repr(self)

The documentation for this class was generated from the following file: