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
Commits
e97c6e59
Commit
e97c6e59
authored
Jun 28, 2009
by
Dag Sverre Seljebotn
Committed by
Mark Florisson
Sep 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cython scope test case
parent
83b48537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
tests/run/cythonscope.pyx
tests/run/cythonscope.pyx
+17
-0
No files found.
tests/run/cythonscope.pyx
View file @
e97c6e59
...
...
@@ -145,3 +145,20 @@ def test_cython_utility_dep():
test_call
(
'second'
)
__pyx_test_dep
(
'third'
)
__pyx_test_call_other_cy_util
(
'fourth'
)
def
viewobjs
():
"""
>>> viewobjs()
<strided axis packing mode>
<contig axis packing mode>
<follow axis packing mode>
<direct axis access mode>
<ptr axis access mode>
<full axis access mode>
"""
print
cython
.
view
.
strided
print
cython
.
view
.
contig
print
cython
.
view
.
follow
print
cython
.
view
.
direct
print
cython
.
view
.
ptr
print
cython
.
view
.
full
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment