Display the dynamic members in dir() function with __dict__ member
flier opened this issue · 0 comments
flier commented
As you known, regexp and match object always create some dynamic members with attr_dict, which can't be display in the dir() function result, we should add a static member dict point to the dict
Please refer to the commit, thanks