Applying the answer given here I used dir() to print all the attributes of the results object.
After that I searched for the one that contained the std err value and it turned out to be:
print results.bse
(Not sure what the b stands for in bse, but I guess the se stands for “standard error”)