File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.10"
10
10
| FunctionType(expr* argtypes, expr returns)
11
11
12
12
stmt = FunctionDef(identifier name,
13
- arguments args,
14
- stmt* body,
15
- expr* decorator_list,
16
- expr? returns,
17
- string? type_comment)
13
+ arguments args,
14
+ stmt* body,
15
+ expr* decorator_list,
16
+ expr? returns,
17
+ string? type_comment)
18
18
| AsyncFunctionDef(identifier name,
19
19
arguments args,
20
20
stmt* body,
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.11"
10
10
| FunctionType(expr* argtypes, expr returns)
11
11
12
12
stmt = FunctionDef(identifier name,
13
- arguments args,
14
- stmt* body,
15
- expr* decorator_list,
16
- expr? returns,
17
- string? type_comment)
13
+ arguments args,
14
+ stmt* body,
15
+ expr* decorator_list,
16
+ expr? returns,
17
+ string? type_comment)
18
18
| AsyncFunctionDef(identifier name,
19
19
arguments args,
20
20
stmt* body,
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ module Python version "3.9"
10
10
| FunctionType(expr* argtypes, expr returns)
11
11
12
12
stmt = FunctionDef(identifier name,
13
- arguments args,
14
- stmt* body,
15
- expr* decorator_list,
16
- expr? returns,
17
- string? type_comment)
13
+ arguments args,
14
+ stmt* body,
15
+ expr* decorator_list,
16
+ expr? returns,
17
+ string? type_comment)
18
18
| AsyncFunctionDef(identifier name,
19
19
arguments args,
20
20
stmt* body,
You can’t perform that action at this time.
0 commit comments