Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
a51ad36801 | |||
953ee09b0c | |||
94047d60ed | |||
80bfd98000 | |||
7694fd320a | |||
a3c21ae0ac |
@ -13,3 +13,9 @@ def __getattr__(name):
|
||||
except:
|
||||
pass
|
||||
raise AttributeError
|
||||
|
||||
def __dir__():
|
||||
names = []
|
||||
for config in _loaded_configurations:
|
||||
names.extend(config.__dir__())
|
||||
return names
|
||||
|
Reference in New Issue
Block a user