Home
last modified time | relevance | path

Searched defs:allow_none (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/xmlrpc/
Dserver.py165 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
Dclient.py459 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/
Dlayer_utils.py70 allow_none=False, argument
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py197 def get_start_method(self, allow_none=False): argument
253 def get_start_method(self, allow_none=False): argument
/external/pytorch/torch/_dynamo/variables/
Dhigher_order_ops.py68 def only_consist_of(var, types, allow_none=False): argument
/external/pytorch/torch/csrc/utils/
Dpython_arg_parser.h327 bool allow_none; member
/external/pytorch/torch/fx/experimental/
Dsymbolic_shapes.py4627 def size_hint(self, expr: "sympy.Expr", *, allow_none=False): argument