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
Kirill Smelkov
cython
Commits
35ab4907
Commit
35ab4907
authored
Apr 10, 2022
by
da-woods
Committed by
Stefan Behnel
Apr 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix code quoting error (GH-4729)
parent
5db0e66d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/src/userguide/extension_types.rst
docs/src/userguide/extension_types.rst
+1
-1
No files found.
docs/src/userguide/extension_types.rst
View file @
35ab4907
...
@@ -675,7 +675,7 @@ cannot be pickled) decorate the class with ``@cython.auto_pickle(True)``.
...
@@ -675,7 +675,7 @@ cannot be pickled) decorate the class with ``@cython.auto_pickle(True)``.
One can also annotate with ``@cython.auto_pickle(False)`` to get the old
One can also annotate with ``@cython.auto_pickle(False)`` to get the old
behavior of not generating a ``__reduce__`` method in any case.
behavior of not generating a ``__reduce__`` method in any case.
Manually implementing a ``__reduce__`` or `__reduce_ex__`` method will also
Manually implementing a ``__reduce__`` or `
`
__reduce_ex__`` method will also
disable this auto-generation and can be used to support pickling of more
disable this auto-generation and can be used to support pickling of more
complicated types.
complicated 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