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
Boxiang Sun
cython
Commits
9cd1b8c2
Commit
9cd1b8c2
authored
Oct 22, 2008
by
ggellner@giton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Pyrex to Cython in special methods.
parent
df797e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/special_methods.rst
docs/special_methods.rst
+2
-2
No files found.
docs/special_methods.rst
View file @
9cd1b8c2
Special Methods of Extension Types
===================================
This page describes the special methods currently supported by
Pyrex
extension
This page describes the special methods currently supported by
Cython
extension
types. A complete list of all the special methods appears in the table at the
bottom. Some of these methods behave differently from their Python
counterparts or have no direct Python counterparts, and require special
...
...
@@ -79,7 +79,7 @@ might cause the object to be resurrected. It's best if you stick to just
deallocating C data.
You don't need to worry about deallocating Python attributes of your object,
because that will be done for you by
Pyrex
after your :meth:`__dealloc__` method
because that will be done for you by
Cython
after your :meth:`__dealloc__` method
returns.
.. Note: There is no :meth:`__del__` method for extension types.
...
...
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