We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled in MicroPython via MICROPY_CAN_OVERRIDE_BUILTINS flag.
But in CP:
Adafruit CircuitPython 2.1.0 on 2017-10-17; Adafruit Trinket M0 with samd21e18 >>> import time >>> time.monotonic() 84728.1 >>> _ Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name '_' is not defined >>>
The text was updated successfully, but these errors were encountered:
Uses 168 bytes. Implemented via the override-builtins dict, hence the dependence on that flag.
Sorry, something went wrong.
This is turned on in nrf and esp8266 ports. Let's turn it on in atmel-samd for consistency.
Fixed by #518.
dhalbert
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Enabled in MicroPython via MICROPY_CAN_OVERRIDE_BUILTINS flag.
But in CP:
The text was updated successfully, but these errors were encountered: