mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
11 lines
139 B
Python
11 lines
139 B
Python
# tests for autocompletion
|
||
impo sys
|
||
not_exist.
|
||
not_exist
|
||
x = '123'
|
||
1, x.isdi ()
|
||
i = str
|
||
i.lowe ('ABC')
|
||
j = None
|
||
j.
|