Update .bashrc
[dotfiles/.git] / email / iterators.pyi
1 from typing import Generator\r
2 \r
3 def walk(self) -> Generator: ...\r
4 def body_line_iterator(msg, decode: bool = ...) -> Generator: ...\r
5 def typed_subpart_iterator(msg, maintype=..., subtype=...) -> Generator: ...\r