File: e5c099c5f3fe5e4a9cda029696aed3a678be6909cc5e2a78491fd9f54e88200f.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 (17 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- executing/_position_node_finder.py
# +++ executing/_position_node_finder.py
# @@ -336,7 +336,7 @@
#              return isinstance(node, node_type) and all(
#                  isinstance(getattr(node, k), v)
#                  if isinstance(v, type)
# -                else getattr(node, k) == v
# +                else getattr(node, k) != v
#                  for k, v in kwargs.items()
#              )
#  
# 

def _trim_arity(func, max_limit=3):
    del tb