summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/cdef_classes/wave_function.pyx
Commit message (Collapse)AuthorAgeFilesLines
* docs: Pythonise the "Extension types (aka. cdef classes)" page ↵0dminnimda2021-07-141-0/+1
| | | | (cdef_classes.rst) (GH-4232)
* Fix line endings.Stefan Behnel2019-02-151-21/+21
|
* Moved a code snippet from cdef_classes.rst to the examples directory. Added ↵gabrieldemarmiesse2018-06-131-0/+21
cdef readonly to show what it does.