python return annotations: NoReturn vs None (intermediate) anthony explains #007

preview_player
Показать описание
today we talk about a common stumbling block in python typing -- the "NoReturn" annotation!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Cool, especially the disassembler stuff :-)

yoav_caspi
Автор

is sys.exit() another distinct case? Or is it categorically the same as raise SystemExit()?

cubernetes