File: _chashtext.pyi

package info (click to toggle)
python-skytools 3.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 620 kB
  • sloc: python: 6,394; ansic: 929; makefile: 38; awk: 14
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6

from typing import Union

def hashtext_old(v: Union[bytes, str]) -> int: ...
def hashtext_new(v: Union[bytes, str]) -> int: ...