sys.stderr.write(err)
if __name__ == '__main__':
- unittest.main()
\ No newline at end of file
+ unittest.main()
a = 1;
b = 2;
-}
\ No newline at end of file
+}
else:
_main()
-main()
\ No newline at end of file
+main()
return self.get_cython_lineno()
-cy = CyCy.register()
\ No newline at end of file
+cy = CyCy.register()
executor.evalcode(expr, input_type, global_dict, local_dict)
py_exec = FixGdbCommand('py-exec', '-py-exec')
-_py_exec = PyExec("-py-exec", gdb.COMMAND_DATA, gdb.COMPLETE_NONE)
\ No newline at end of file
+_py_exec = PyExec("-py-exec", gdb.COMMAND_DATA, gdb.COMPLETE_NONE)
i = j = c
a = b = k
(a, b), c = (d, e), f = (x, y), z
-# a, b = p, q = x, y
\ No newline at end of file
+# a, b = p, q = x, y
cdef Ham ham
-ham = None
\ No newline at end of file
+ham = None
i = 1
-
\ No newline at end of file
+
from spam import eggs
from spam.morespam import bacon, eggs, ham
from spam import eggs as ova
-
\ No newline at end of file
+
f(x = 42, **b)
f(a, *b)
f(a, x = 42, *b, **c)
-
\ No newline at end of file
+
import spam.eggs
import spam, eggs, ham
import spam as tasty
-
\ No newline at end of file
+
print x[1]
print a[1]
-x[<object>f(1)] = 15
\ No newline at end of file
+x[<object>f(1)] = 15
finally:
i = 42
-
\ No newline at end of file
+
elif op == Py_NE:
return other % 2 == 1
else:
- return False
\ No newline at end of file
+ return False