File: UnicodeUtils.pyi

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (9 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# Stubs for xlwt.UnicodeUtils (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def upack2(s: Any, encoding: str = ...): ...
def upack2rt(rt: Any, encoding: str = ...): ...
def upack1(s: Any, encoding: str = ...): ...