Searched defs:allow_none (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/xmlrpc/ |
D | server.py | 165 def __init__(self, allow_none=False, encoding=None, argument 600 logRequests=True, allow_none=False, encoding=None, argument 617 logRequests=True, allow_none=False, encoding=None, argument 655 def __init__(self, allow_none=False, encoding=None, use_builtin_types=False): argument 937 logRequests=True, allow_none=False, encoding=None, argument
|
D | client.py | 485 def __init__(self, encoding=None, allow_none=False): argument 945 allow_none=False): argument 1425 allow_none=False, use_datetime=False, use_builtin_types=False, argument
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 197 def get_start_method(self, allow_none=False): argument 249 def get_start_method(self, allow_none=False): argument
|