HomeSort by relevance Sort by last modified time
    Searched refs:allow_none (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]

Completed in 911 milliseconds