Skip to main content

Module exprs

Module exprs 

Source

Structsยง

ExprResult ๐Ÿ”’

Enumsยง

ExprResultKind ๐Ÿ”’

Functionsยง

check_call_common ๐Ÿ”’
check_class_call ๐Ÿ”’
check_expr ๐Ÿ”’
check_function_call ๐Ÿ”’
check_method_call ๐Ÿ”’
Check a call like a.b() where b is a method. These are somewhat different than calls like b(a) because of how type arguments are handled.
report_missing_call_to_method ๐Ÿ”’
report_no_new_method ๐Ÿ”’
report_non_expr ๐Ÿ”’
report_not_callable ๐Ÿ”’
report_not_implemented ๐Ÿ”’