mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Add .real and .imag attributes to complex numbers.
This commit is contained in:
@@ -136,7 +136,11 @@ Q(calcsize)
|
||||
Q(chr)
|
||||
Q(classmethod)
|
||||
Q(_collections)
|
||||
#if MICROPY_PY_BUILTINS_COMPLEX
|
||||
Q(complex)
|
||||
Q(real)
|
||||
Q(imag)
|
||||
#endif
|
||||
Q(dict)
|
||||
Q(dir)
|
||||
Q(divmod)
|
||||
|
||||
Reference in New Issue
Block a user