micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
MicroPython \.\+ version
|
||||
Use \.\+
|
||||
>>> # tests for autocompletion
|
||||
>>> import sys
|
||||
>>> not_exist.[K[K[K[K[K[K[K[K[K[K
|
||||
>>> not_exist[K[K[K[K[K[K[K[K[K
|
||||
>>> x = '123'
|
||||
>>> 1, x.isdigit()
|
||||
(1, True)
|
||||
>>> i = str
|
||||
>>> i.lower('ABC')
|
||||
'abc'
|
||||
>>> None.[K[K[K[K[K
|
||||
>>>
|
Reference in New Issue
Block a user