massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / PyMySQL / pymysql / util.pyi
1 def byte2int(b): ...
2 def int2byte(i): ...
3 def join_bytes(bs): ...