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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
cython
7147f66b05b012f9c00a3db328ee45e188dfd4d6
7147f66b05b012f9c00a3db328ee45e188dfd4d6
Switch branch/tag
cython
tests
run
filenames.pyx
Find file
Normal view
History
Permalink
filenames.pyx
88 Bytes
Edit
Web IDE
Newer
Older
enabled most remaining tests from the 'broken' directory
Stefan Behnel
committed
16 years ago
1
2
3
4
5
6
7
8
9
10
11
__doc__
=
u"""
>>> print(spam)
ftang
>>> foo
42
"""
include
"filenames.pxi"
foo
=
42