kopia lustrzana https://github.com/micropython/micropython-lib
pprint: Add dummy pprint() function.
rodzic
d0c6ae0b31
commit
d8c87f8153
|
@ -1,2 +1,5 @@
|
||||||
def pformat(obj):
|
def pformat(obj):
|
||||||
return repr(obj)
|
return repr(obj)
|
||||||
|
|
||||||
|
def pprint(obj):
|
||||||
|
print(repr(obj))
|
||||||
|
|
Ładowanie…
Reference in New Issue