mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py: "read" & "write" are so common that make them core.
Few other strings move to core, but make depend on "io" module.
This commit is contained in:
@@ -138,6 +138,7 @@ Q(path)
|
||||
Q(pow)
|
||||
Q(print)
|
||||
Q(range)
|
||||
Q(read)
|
||||
Q(repr)
|
||||
Q(set)
|
||||
Q(sorted)
|
||||
@@ -150,6 +151,7 @@ Q(to_bytes)
|
||||
Q(tuple)
|
||||
Q(type)
|
||||
Q(value)
|
||||
Q(write)
|
||||
Q(zip)
|
||||
|
||||
Q(sep)
|
||||
@@ -309,6 +311,8 @@ Q(unpack)
|
||||
|
||||
#if MICROPY_ENABLE_MOD_IO
|
||||
Q(io)
|
||||
Q(readall)
|
||||
Q(readline)
|
||||
Q(StringIO)
|
||||
Q(BytesIO)
|
||||
Q(getvalue)
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
Q(Test)
|
||||
|
||||
Q(fileno)
|
||||
Q(read)
|
||||
Q(readall)
|
||||
Q(readline)
|
||||
Q(write)
|
||||
Q(makefile)
|
||||
|
||||
Q(FileIO)
|
||||
|
||||
Reference in New Issue
Block a user