Skip to content
Snippets Groups Projects
user avatar
Bram Moolenaar authored
Problem:    Python: dir() does not work properly.
Solution:   Python patch 8.  Add __dir__ method to all objects with custom
            tp_getattr supplemented by __members__ attribute for at least
            python-2* versions.  __members__ is not mentioned in python-3*
            dir() output even if it is accessible. (ZyX)
dd8aca66
Name Last commit Last update