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
c8b85056d21925da2624b3cf77823a7b845634ce
c8b85056d21925da2624b3cf77823a7b845634ce
Switch branch/tag
cython
tests
run
nononetypecheck.pyx
Find file
Normal view
History
Permalink
nononetypecheck.pyx
102 Bytes
Edit
Web IDE
Newer
Older
collection of regression tests (based on Greg's test suite)
Stefan Behnel
committed
17 years ago
1
2
3
4
5
6
cdef
class
Spam
:
pass
cdef
f
(
Spam
s
):
pass
enabled most remaining tests from the 'broken' directory
Stefan Behnel
committed
16 years ago
7
def
g
():
Move some tests into function docstrings.
Robert Bradshaw
committed
15 years ago
8
9
10
"""
>>> g()
"""
collection of regression tests (based on Greg's test suite)
Stefan Behnel
committed
17 years ago
11
f
(
None
)