M
Size: a a a
M
M
M
SR
vc
DT
M
d
vc
d
'a string' == r'a string'd
'a\nstring' != r'a\nstring'vc
'a\nstring' != r'a\nstring'M
M
vc
d
r то в это стринге слеш \ не считается специальным знаком.print(r'a\nb')a\nbM
d
🔐
result = celery.result.AsyncResult(task_id)
if result.successful():
csv = result.get(timeout=0.1)
...
else:
raise 400