class documentation

class SimpleFunctionTest(AbstractTestBase): (source)

View In Hierarchy

Undocumented

Method test_call_with_all_args Undocumented
Method test_call_with_bad_arg Undocumented
Method test_call_with_bad_default Undocumented
Method test_call_with_bad_kwargs Undocumented
Method test_call_with_bad_varargs Undocumented
Method test_call_with_defaults Undocumented
Method test_call_with_duplicate_keyword Undocumented
Method test_call_with_kwargs Undocumented
Method test_call_with_kwonly_args Undocumented
Method test_call_with_multiple_arg_bindings Undocumented
Method test_call_with_multiple_varargs_bindings Undocumented
Method test_call_with_no_args Undocumented
Method test_call_with_type_parameter Undocumented
Method test_call_with_varargs Undocumented
Method test_call_with_wrong_arg_count Undocumented
Method test_change_defaults Undocumented
Method test_signature_func_output Undocumented
Method test_signature_func_output_annotations Undocumented
Method test_signature_func_output_basic Undocumented
Method test_simple_call Undocumented
Method _make_func Undocumented
Method _simple_sig Undocumented

Inherited from AbstractTestBase:

Method new_dict Create a Dict from keywords mapping names to Variable objects.
Method new_var Create a Variable bound to the given values.
Method setUp Undocumented
Instance Variable _ctx Undocumented
Instance Variable _node Undocumented
Instance Variable _program Undocumented
def test_call_with_all_args(self): (source)

Undocumented

def test_call_with_bad_arg(self): (source)

Undocumented

def test_call_with_bad_default(self): (source)

Undocumented

def test_call_with_bad_kwargs(self): (source)

Undocumented

def test_call_with_bad_varargs(self): (source)

Undocumented

def test_call_with_defaults(self): (source)

Undocumented

def test_call_with_duplicate_keyword(self): (source)

Undocumented

def test_call_with_kwargs(self): (source)

Undocumented

def test_call_with_kwonly_args(self): (source)

Undocumented

def test_call_with_multiple_arg_bindings(self): (source)

Undocumented

def test_call_with_multiple_varargs_bindings(self): (source)

Undocumented

def test_call_with_no_args(self): (source)

Undocumented

def test_call_with_type_parameter(self): (source)

Undocumented

def test_call_with_varargs(self): (source)

Undocumented

def test_call_with_wrong_arg_count(self): (source)

Undocumented

def test_change_defaults(self): (source)

Undocumented

def test_signature_func_output(self): (source)

Undocumented

def test_signature_func_output_annotations(self): (source)

Undocumented

def test_signature_func_output_basic(self): (source)

Undocumented

def test_simple_call(self): (source)

Undocumented

def _make_func(self, name='_', param_names=None, posonly_count=0, varargs_name=None, kwonly_params=(), kwargs_name=None, defaults=(), annotations=None): (source)

Undocumented

def _simple_sig(self, param_types, ret_type=None): (source)

Undocumented