class documentation

Undocumented

Method test_bound_function_callself_repr Undocumented
Method test_bound_function_nested_repr Undocumented
Method test_bound_function_repr Undocumented
Method test_bound_function_repr_no_callself Undocumented
Method test_bound_function_repr_replace_parent Undocumented
Method test_call_with_bad_arg Undocumented
Method test_call_with_empty_arg Undocumented
Method test_call_with_multiple_arg_bindings Undocumented
Method test_call_with_skipped_combination Undocumented
Method test_constructor_args Undocumented
Method test_constructor_args_pyval Undocumented
Method test_get_constructor_args Undocumented
Method test_signature_annotations Undocumented
Method test_signature_annotations_existence Undocumented
Method test_signature_del_nonexistent_annotation Undocumented
Method test_signature_del_param_annotation Undocumented
Method test_signature_del_return_annotation Undocumented
Method test_signature_from_callable Undocumented
Method test_signature_from_pytd Undocumented
Method test_signature_has_param Undocumented
Method test_signature_insert_varargs_and_kwargs Undocumented
Method test_signature_kwargs_param_count Undocumented
Method test_signature_kwonly_param_count Undocumented
Method test_signature_posarg_and_kwarg_param_count Undocumented
Method test_signature_posarg_only_param_count Undocumented
Method test_signature_varargs_param_count Undocumented
Method test_simple_call Undocumented
Method _call_pytd_function Undocumented
Method _make_pytd_function 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_bound_function_callself_repr(self): (source)

Undocumented

def test_bound_function_nested_repr(self): (source)

Undocumented

def test_bound_function_repr(self): (source)

Undocumented

def test_bound_function_repr_no_callself(self): (source)

Undocumented

def test_bound_function_repr_replace_parent(self): (source)

Undocumented

def test_call_with_bad_arg(self): (source)

Undocumented

def test_call_with_empty_arg(self): (source)

Undocumented

def test_call_with_multiple_arg_bindings(self): (source)

Undocumented

def test_call_with_skipped_combination(self): (source)

Undocumented

def test_constructor_args(self): (source)

Undocumented

def test_constructor_args_pyval(self): (source)

Undocumented

def test_get_constructor_args(self): (source)

Undocumented

def test_signature_annotations(self): (source)

Undocumented

def test_signature_annotations_existence(self): (source)

Undocumented

def test_signature_del_nonexistent_annotation(self): (source)

Undocumented

def test_signature_del_param_annotation(self): (source)

Undocumented

def test_signature_del_return_annotation(self): (source)

Undocumented

def test_signature_from_callable(self): (source)

Undocumented

def test_signature_from_pytd(self): (source)

Undocumented

def test_signature_has_param(self): (source)

Undocumented

def test_signature_insert_varargs_and_kwargs(self): (source)

Undocumented

def test_signature_kwargs_param_count(self): (source)

Undocumented

def test_signature_kwonly_param_count(self): (source)

Undocumented

def test_signature_posarg_and_kwarg_param_count(self): (source)

Undocumented

def test_signature_posarg_only_param_count(self): (source)

Undocumented

def test_signature_varargs_param_count(self): (source)

Undocumented

def test_simple_call(self): (source)

Undocumented

def _call_pytd_function(self, f, args): (source)

Undocumented

def _make_pytd_function(self, params, name='f'): (source)

Undocumented