Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | close |
def | getmethodname |
def | xml |
def | start |
def | data |
def | end |
def | end_dispatch |
def | end_boolean |
def | end_int |
def | end_double |
def | end_string |
def | end_array |
def | end_struct |
def | end_base64 |
def | end_dateTime |
def | end_value |
def | end_params |
def | end_fault |
def | end_methodName |
Data Fields | |
append | |
Static Public Attributes | |
dictionary | dispatch = {} |
Unmarshal an XML-RPC response, based on incoming XML event messages (start, data, end). Call close() to get the resulting data structure. Note that this reader is fairly tolerant, and gladly accepts bogus XML-RPC data without complaining (but not bogus XML).
Definition at line 545 of file xmlrpclib.py.
def __init__ | ( | self) |
Definition at line 557 of file xmlrpclib.py.
References Unmarshaller._data, Au_read._encoding, Unmarshaller._encoding, Unmarshaller._marks, Unmarshaller._methodname, Unmarshaller._stack, and Unmarshaller._type.
def close | ( | self) |
Definition at line 566 of file xmlrpclib.py.
References Unmarshaller._marks, Unmarshaller._stack, Unmarshaller._type, and log_faction_ships.tuple.
def data | ( | self, | |
text | |||
) |
Definition at line 591 of file xmlrpclib.py.
def end | ( | self, | |
tag, | |||
join = string.join |
|||
) |
Definition at line 594 of file xmlrpclib.py.
References Unmarshaller._data, Pickler.dispatch, Profile.dispatch, Marshaller.dispatch, Unpickler.dispatch, Unmarshaller.dispatch, aifc.f, and dospath.join().
def end_array | ( | self, | |
data | |||
) |
Definition at line 649 of file xmlrpclib.py.
References Unmarshaller._marks, Unmarshaller._stack, and Unmarshaller._value.
def end_base64 | ( | self, | |
data | |||
) |
Definition at line 669 of file xmlrpclib.py.
References Unmarshaller._value, Unmarshaller.append, and Unpickler.append.
def end_boolean | ( | self, | |
data | |||
) |
Definition at line 620 of file xmlrpclib.py.
References Unmarshaller._value, Unmarshaller.append, and Unpickler.append.
def end_dateTime | ( | self, | |
data | |||
) |
Definition at line 676 of file xmlrpclib.py.
References Unmarshaller.append, and Unpickler.append.
def end_dispatch | ( | self, | |
tag, | |||
data | |||
) |
Definition at line 606 of file xmlrpclib.py.
References Pickler.dispatch, Profile.dispatch, Marshaller.dispatch, Unpickler.dispatch, Unmarshaller.dispatch, and aifc.f.
def end_double | ( | self, | |
data | |||
) |
Definition at line 636 of file xmlrpclib.py.
References Unmarshaller._value, Unmarshaller.append, and Unpickler.append.
def end_fault | ( | self, | |
data | |||
) |
Definition at line 693 of file xmlrpclib.py.
References Unmarshaller._type.
def end_int | ( | self, | |
data | |||
) |
Definition at line 630 of file xmlrpclib.py.
References Unmarshaller._value, Unmarshaller.append, and Unpickler.append.
def end_methodName | ( | self, | |
data | |||
) |
Definition at line 697 of file xmlrpclib.py.
References Au_read._encoding, Unmarshaller._encoding, Unmarshaller._methodname, and Unmarshaller._type.
def end_params | ( | self, | |
data | |||
) |
Definition at line 689 of file xmlrpclib.py.
References Unmarshaller._type.
def end_string | ( | self, | |
data | |||
) |
Definition at line 641 of file xmlrpclib.py.
References Au_read._encoding, Unmarshaller._encoding, Unmarshaller._value, Unmarshaller.append, and Unpickler.append.
def end_struct | ( | self, | |
data | |||
) |
Definition at line 657 of file xmlrpclib.py.
References Unmarshaller._marks, Unmarshaller._stack, and Unmarshaller._value.
def end_value | ( | self, | |
data | |||
) |
Definition at line 682 of file xmlrpclib.py.
References Unmarshaller._value, and Unmarshaller.end_string().
def getmethodname | ( | self) |
Definition at line 574 of file xmlrpclib.py.
References Unmarshaller._methodname.
def start | ( | self, | |
tag, | |||
attrs | |||
) |
Definition at line 584 of file xmlrpclib.py.
References Unmarshaller._data, Unmarshaller._stack, and Unmarshaller._value.
def xml | ( | self, | |
encoding, | |||
standalone | |||
) |
Definition at line 580 of file xmlrpclib.py.
References Au_read._encoding, and Unmarshaller._encoding.
append |
Definition at line 564 of file xmlrpclib.py.
|
static |
Definition at line 618 of file xmlrpclib.py.