mirror of https://github.com/python/cpython
isdatadescriptor() was added recently.
This commit is contained in:
parent
2748a4aa7e
commit
d3d5768e5e
|
@ -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…
Reference in New Issue