Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
7147f66b05b012f9c00a3db328ee45e188dfd4d6
7147f66b05b012f9c00a3db328ee45e188dfd4d6
Switch branch/tag
cython
tests
compile
slicex.pyx
Find file
Normal view
History
Permalink
slicex.pyx
69 Bytes
Edit
Web IDE
Newer
Older
collection of regression tests (based on Greg's test suite)
Stefan Behnel
committed
17 years ago
1
2
def
f
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
):
a
=
b
[
c
:
d
,
e
:
f
:
g
,
...,
h
,
:
i
:]