Skip to content
Closed
Show file tree
Hide file tree
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
Apply suggestions from code review
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
eendebakpt and corona10 authored Jul 8, 2023
commit 72c8b0f90daa32dbcd37fa410a881b7a61b69e27
1 change: 0 additions & 1 deletion Lib/functools.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,6 @@ def __isabstractmethod__(self):
return getattr(self.func, '__isabstractmethod__', False)



################################################################################
### cached_property() - computed once per instance, cached as attribute
################################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Improve performance of ``functools.singledispatchmethod``.
Improve performance of :class:`functools.singledispatchmethod`.