Kaydet (Commit) 1cef37cd authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add an entry for object.__dir__

üst 549845b5
......@@ -1314,6 +1314,11 @@ access (use of, assignment to, or deletion of ``x.name``) for class instances.
should only be implemented if ``del obj.name`` is meaningful for the object.
.. method:: object.__dir__(self)
Called when :func:`dir` is called on the object. A list must be returned.
.. _descriptors:
Implementing Descriptors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment