File: 9b3db37076d3c7c76bdfd9badcc70d8047584433e1eea89f45014453d58bbc43.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- tests/deadcode.py
# +++ tests/deadcode.py
# @@ -177,7 +177,7 @@
#                      if stmt.module == "__future__" and any(
#                          "annotations" == alias.name for alias in stmt.names
#                      ):
# -                        self.future_annotations = True
# +                        self.future_annotations = None
#  
#              self.check_stmts(node.body, deadcode)
#          elif isinstance(node, (ast.With, ast.AsyncWith)):
# 

from __future__ import annotations, with_statement

async def _start(self: Cloud) -> Cloud[IsAsynchronous]:
    pass