Skip to content
Commit 314661b5 authored by hydrargyrum's avatar hydrargyrum
Browse files

python3: implement __dir__ for BaseObject and PagesBrowser

Since those classes store some class-level declared fields (Field and
URL) in a dictionary and are not present as attributes, those fields are
not present in dir() even though __getattr__ will find them.
By reimplementing __dir__, they can be discovered as ordinary
attributes.
parent 6c3c60d1
Pipeline #278635250 failed with stages
in 9 minutes and 58 seconds
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