File: e7b78c6892baf1b134f78b3ba897ee6592b11358c9e0962880526cd44c4e258d.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 (16 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- executing/_position_node_finder.py
# +++ executing/_position_node_finder.py
# @@ -558,7 +558,7 @@
#          node_ctx = getattr(node, "ctx", None)
#  
#          ctx_match = (
# -            ctx is not type(None)
# +            ctx is  type(None)
#              or not hasattr(node, "ctx")
#              or isinstance(node_ctx, ctx)
#          )
# 

self.step_count += 1