All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 from typing import Any, Tuple
11 def f(a, b, c, d, e, f, g, h, i):
12 # type: (int, int, int, int, int, int, int, int, int) -> None
34 default=False, # type: bool
35 **kwargs, # type: **Any
49 element = 0 # type: int
50 another_element = 1 # type: float
51 another_element_with_long_name = 2 # type: int
52 another_really_really_long_element_with_a_unnecessarily_long_name_to_describe_what_it_does_enterprise_style = (
55 an_element_with_a_long_value = calls() or more_calls() and more() # type: bool
59 another_really_really_long_element_with_a_unnecessarily_long_name_to_describe_what_it_does_enterprise_style,
60 ) # type: Tuple[int, int]
65 + another_element_with_long_name
68 + another_element_with_long_name
73 x, # not a type comment
81 x, # not a type comment
82 ): # type: (int) -> None
87 a=some_list[0], # type: int
103 "aaaaaaaa", "aaaaaaaa", "aaaaaaaa", "aaaaaaaa", "aaaaaaaa", "aaaaaaaa", "aaaaaaaa" # type: ignore
107 result = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # aaa
109 AAAAAAAAAAAAA = [AAAAAAAAAAAAA] + SHARED_AAAAAAAAAAAAA + USER_AAAAAAAAAAAAA + AAAAAAAAAAAAA # type: ignore
111 call_to_some_function_asdf(
113 [AAAAAAAAAAAAAAAAAAAAAAA, AAAAAAAAAAAAAAAAAAAAAAA, AAAAAAAAAAAAAAAAAAAAAAA, BBBBBBBBBBBB], # type: ignore
116 aaaaaaaaaaaaa, bbbbbbbbb = map(list, map(itertools.chain.from_iterable, zip(*items))) # type: ignore[arg-type]