File: 736316309812e0ca8306cb7eec4c20d75f8e3c45cab3cd46cf4370524ada6823.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 (20 lines) | stat: -rw-r--r-- 712 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
20
# This sample was generated for the following code mutation detected by mutmut:
# 
# --- executing/_position_node_finder.py
# +++ executing/_position_node_finder.py
# @@ -399,7 +399,7 @@
#          if inst_match(("BEFORE_WITH","WITH_EXCEPT_START")) and node_match(ast.With):
#              return
#  
# -        if inst_match(("STORE_NAME", "STORE_GLOBAL"), argval="__doc__") and node_match(
# +        if inst_match(("XXSTORE_NAMEXX", "STORE_GLOBAL"), argval="__doc__") and node_match(
#              ast.Constant
#          ):
#              # store docstrings
# 

class BirdsEye:
    """
    Decorate functions with an instance of this class to debug them,
    or just use the existing instance `eye`.
    """