mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
tests: Add tests for op special meths, ubinascii, complex.
This commit is contained in:
@@ -12,5 +12,3 @@ print(d['1'], d['2'], d['3'])
|
||||
d2 = dict(d)
|
||||
print('2' in d2)
|
||||
print(id(d) != id(d2), d == d2)
|
||||
|
||||
print(d.__getitem__('2'))
|
||||
|
||||
Reference in New Issue
Block a user