File: e8a94f0a994ea84627b7cbc9132cf519ccaa6d756f8cb3458cf019e672a510a4.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-- 705 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
# @@ -219,7 +219,7 @@
#                      if isinstance(n, ast.Compare) and len(n.ops) > 1
#                  ]
#  
# -                assert_(comparisons, "expected at least one comparison")
# +                assert_(comparisons, "XXexpected at least one comparisonXX")
#  
#                  if len(comparisons) == 1:
#                      node = self.result = cast(EnhancedAST, comparisons[0])
# 

def _get_windows_argv():
    try:
        argv = [argv_unicode[i] for i in range(0, argc.value)]
    finally:
        del argv_unicode