Skip to content
Prev Previous commit
Next Next commit
Improve documentation
  • Loading branch information
sebastien-rosset committed Apr 1, 2020
commit e2ba7259482f1dc1a26b0f3a3ac3434423ab7419
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,8 @@ def get_oneof_instance(self, model_args, constant_args):
The input data, e.g. the payload that must match a oneOf schema
in the OpenAPI document.
constant_args (dict): var_name to var_value
used to make instances
args that every model requires, including configuration, server
and path to item.

Returns
oneof_instance (instance/None)
Expand Down