mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
py: Add very basic implementation of dir() builtin.
Only works on modules and class instances.
This commit is contained in:
@@ -51,6 +51,7 @@ Q(callable)
|
||||
Q(chr)
|
||||
Q(complex)
|
||||
Q(dict)
|
||||
Q(dir)
|
||||
Q(divmod)
|
||||
Q(enumerate)
|
||||
Q(eval)
|
||||
|
||||
Reference in New Issue
Block a user