22 lines
418 B
Python
22 lines
418 B
Python
"""
|
|
Auto-generated Python stub file from lib.Projectrans.Utils.py
|
|
Module: lib.Projectrans.Utils
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from stdint import *
|
|
import memhub
|
|
import string
|
|
import stdlib
|
|
import viperlib
|
|
import hashlib
|
|
import w32.win32file
|
|
import w32.win32base
|
|
|
|
_mbuddy: t.CExtern | memhub.MemManager | t.CPtr
|
|
|
|
def compute_sha1(pool: memhub.MemBuddy | t.CPtr, content: str) -> str: pass
|
|
|
|
def CleanDir(dir_path: str) -> int: pass
|