_ignore_ is a list, or white-space seperated str, of names that will not be candidates for members; these names, and _ignore_ itself, are removed from the final class.
|
Should this be added to the documentation? |
|
On 01/18/2018 05:05 PM, Cheryl Sabella wrote:
Should this be added to the documentation?
Yes it should. Thanks for the reminder.
|
|
|
||
| - ``_missing_`` -- a lookup function used when a value is not found; may be | ||
| overridden | ||
| - ``_ignore_`` -- a list of names, either as a :func:`list` or a :func:`str`, |
There was a problem hiding this comment.
Should it be added to the version added section just below this?
|
Thank you, @csabella, for the help! |
ignore is a list, or white-space seperated str, of names that will not
be candidates for members; these names, and ignore itself, are removed
from the final class.
https://bugs.python.org/issue31801