facebook / pyre2

Python wrapper for RE2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display the dynamic members in dir() function with __dict__ member

flier opened this issue · comments

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

flier@7caeb37