projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f123b33
)
Clarify that some of the pure decorators are future work.
author
Robert Bradshaw
<robertwb@math.washington.edu>
Mon, 27 Dec 2010 23:04:47 +0000
(15:04 -0800)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Mon, 27 Dec 2010 23:04:47 +0000
(15:04 -0800)
src/tutorial/pure.rst
patch
|
blob
|
history
diff --git
a/src/tutorial/pure.rst
b/src/tutorial/pure.rst
index e9bcae79f1ae5b1ea78e8b317d803da36b8fac6e..9976e853059b7a85c891d77d98ece7ab48a1fad3 100644
(file)
--- a/
src/tutorial/pure.rst
+++ b/
src/tutorial/pure.rst
@@
-142,8
+142,8
@@
Pointer types may be constructed with ``cython.pointer(cython.int)``, and
arrays as ``cython.int[10]``. A limited attempt is made to emulate these more
complex types, but only so much can be done from the Python language.
-Decorators
-----------
+Decorators
(not yet implemented)
+----------
----------------------
We have settled on ``@cython.cclass`` for the ``cdef class``
decorators, and ``@cython.cfunc`` and ``@cython.ccall`` for :keyword:`cdef` and