E
Size: a a a
E
Б
AZ
import ujson
class Foo:
__str__ = None
ujson.dumps(Foo())
ED
Б
Б
py3
import ctypes
tup = (0,)
ctypes.c_longlong.from_address(id(tup)+24).value = id(tup)
print(
tup,
tup[0] is tup,
sep='\n'
)
((...),)
True
Б
MK
Б
Б
E
Б
Б
**kwargs
E
E
**kwargs
Б
E
E
Names.FOO.startswith('_')
Out[31]: False
E
TypeError: Argument 'name' has incorrect type (expected str, got Names)
из негоБ