massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / sha.pyi
1 # Stubs for Python 2.7 sha stdlib module\r
2 \r
3 class sha(object):\r
4     def update(self, arg: str) -> None: ...\r
5     def digest(self) -> str: ...\r
6     def hexdigest(self) -> str: ...\r
7     def copy(self) -> sha: ...\r
8 \r
9 def new(string: str = ...) -> sha: ...\r
10 blocksize = 0\r
11 digest_size = 0\r