Skip to content

Underscore for last expression is not working #480

Closed
@caternuson

Description

@caternuson

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
>>>  

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions