Searched defs:allow_none (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 165 def __init__(self, allow_none=False, encoding=None, argument 589 logRequests=True, allow_none=False, encoding=None, argument 606 logRequests=True, allow_none=False, encoding=None, argument 639 def __init__(self, allow_none=False, encoding=None, use_builtin_types=False): argument 946 logRequests=True, allow_none=False, encoding=None, argument
|
D | client.py | 459 def __init__(self, encoding=None, allow_none=False): argument 919 allow_none=False): argument 1396 allow_none=False, use_datetime=False, use_builtin_types=False, argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | layer_utils.py | 70 allow_none=False, argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | context.py | 197 def get_start_method(self, allow_none=False): argument 253 def get_start_method(self, allow_none=False): argument
|
/external/pytorch/torch/_dynamo/variables/ |
D | higher_order_ops.py | 68 def only_consist_of(var, types, allow_none=False): argument
|
/external/pytorch/torch/csrc/utils/ |
D | python_arg_parser.h | 327 bool allow_none; member
|
/external/pytorch/torch/fx/experimental/ |
D | symbolic_shapes.py | 4627 def size_hint(self, expr: "sympy.Expr", *, allow_none=False): argument
|