@@ -243,19 +243,19 @@ instruction()#comment with bad spacing
243
243
Cheese,
244
244
- Cheese("Wensleydale"),
245
245
- SubBytes(b"spam"),
246
- + NOT_IMPLEMENTED_call(),
247
- + NOT_IMPLEMENTED_call(),
246
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg ),
247
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg ),
248
248
]
249
249
250
250
-if "PYTHON" in os.environ:
251
251
- add_compiler(compiler_from_env())
252
252
+if NOT_IMPLEMENTED_left < NOT_IMPLEMENTED_right:
253
- + NOT_IMPLEMENTED_call()
253
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
254
254
else:
255
255
# for compiler in compilers.values():
256
256
# add_compiler(compiler)
257
257
- add_compiler(compilers[(7.0, 32)])
258
- + NOT_IMPLEMENTED_call()
258
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
259
259
# add_compiler(compilers[(7.1, 64)])
260
260
261
261
@@ -307,7 +307,7 @@ instruction()#comment with bad spacing
307
307
-" " " ,
308
308
- arg3 =True,
309
309
- )
310
- + NOT_IMPLEMENTED_call()
310
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
311
311
312
312
############################################################################
313
313
@@ -342,7 +342,7 @@ instruction()#comment with bad spacing
342
342
- # right
343
343
- if element is not None
344
344
- ]
345
- + NOT_IMPLEMENTED_call()
345
+ + NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
346
346
+ lcomp = [i for i in []]
347
347
+ lcomp2 = [i for i in []]
348
348
+ lcomp3 = [i for i in []]
@@ -357,7 +357,7 @@ instruction()#comment with bad spacing
357
357
- syms.simple_stmt,
358
358
- [Node(statement, result), Leaf(token.NEWLINE, " \n" )], # FIXME: \r\n?
359
359
- )
360
- + return NOT_IMPLEMENTED_call()
360
+ + return NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
361
361
362
362
363
363
-CONFIG_FILES = (
@@ -434,16 +434,16 @@ not_shareables = [
434
434
" NOT_YET_IMPLEMENTED_STRING" ,
435
435
# user-defined types and objects
436
436
Cheese,
437
- NOT_IMPLEMENTED_call(),
438
- NOT_IMPLEMENTED_call(),
437
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg ),
438
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg ),
439
439
]
440
440
441
441
if NOT_IMPLEMENTED_left < NOT_IMPLEMENTED_right:
442
- NOT_IMPLEMENTED_call()
442
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
443
443
else:
444
444
# for compiler in compilers.values():
445
445
# add_compiler(compiler)
446
- NOT_IMPLEMENTED_call()
446
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
447
447
# add_compiler(compilers[(7.1, 64)])
448
448
449
449
@@ -489,11 +489,11 @@ def inline_comments_in_brackets_ruin_everything():
489
489
]
490
490
491
491
# no newline after
492
- NOT_IMPLEMENTED_call()
492
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
493
493
494
494
############################################################################
495
495
496
- NOT_IMPLEMENTED_call()
496
+ NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
497
497
lcomp = [i for i in []]
498
498
lcomp2 = [i for i in []]
499
499
lcomp3 = [i for i in []]
@@ -505,7 +505,7 @@ def inline_comments_in_brackets_ruin_everything():
505
505
# and round and round we go
506
506
507
507
# let's return
508
- return NOT_IMPLEMENTED_call()
508
+ return NOT_IMPLEMENTED_call(NOT_IMPLEMENTED_arg )
509
509
510
510
511
511
CONFIG_FILES = [CONFIG_FILE] + SHARED_CONFIG_FILES + USER_CONFIG_FILES # type: Final
0 commit comments