mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
isdatadescriptor() was added recently.
This commit is contained in:
parent
2748a4aa7e
commit
d3d5768e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ Note:
|
|||
Typically, data descriptors will also have __name__ and __doc__ attributes
|
||||
(properties, getsets, and members have both of these attributes), but this
|
||||
is not guaranteed.
|
||||
\versionadded{2.3}
|
||||
\end{funcdesc}
|
||||
|
||||
\subsection{Retrieving source code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue