File: a9cf2f563ac80ad0066c4ef3ac10fa2f146252db49b3a0a9cb69e0c03e07827b.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 (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- executing/_position_node_finder.py
# +++ executing/_position_node_finder.py
# @@ -43,7 +43,7 @@
#      elif isinstance(node, (ast.FunctionDef, ast.ClassDef, ast.AsyncFunctionDef)):
#          name = node.name
#      elif isinstance(node, ast.ExceptHandler):
# -        name = node.name or "exc"
# +        name = node.name or "XXexcXX"
#      else:
#          raise TypeError("XXno node to mangleXX")
#  
# 

def call_errorfunc():
    global _errok, _token, _restart
    del _errok, _token, _restart