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
Gwenaël Samain
cython
b8689607f62fd51de578175512321571bb813e44
b8689607f62fd51de578175512321571bb813e44
Switch branch/tag
cython
tests
run
cimport_alias_subclass_helper.pxd
Find file
Normal view
History
Permalink
cimport_alias_subclass_helper.pxd
41 Bytes
Edit
Web IDE
Newer
Older
Add testcase for cimport+alias+subclass bug
Matěj Laitl
committed
11 years ago
1
2
cdef
class
Base
:
cdef
bint
foo
(
self
)