Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-19072: Make @classmethod support chained decorators #8405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add documentation
  • Loading branch information
rhettinger committed Aug 24, 2019
commit a5ce586ba2cfe34ef4f952f135138b63078ee03c
4 changes: 3 additions & 1 deletion 4 Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ are always available. They are listed here in alphabetical order.

Class methods are different than C++ or Java static methods. If you want those,
see :func:`staticmethod` in this section.

For more information on class methods, consult the documentation on the standard
type hierarchy in :ref:`types`.

.. versionchanged:: 3.9
Class methods can now wrap other :term:`descriptors <descriptor>` such as
:func:`property`.

.. function:: compile(source, filename, mode, flags=0, dont_inherit=False, optimize=-1)

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.