File: compat.pyi

package info (click to toggle)
python-canmatrix 0.9.3~github-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,896 kB
  • sloc: xml: 30,201; python: 12,472; makefile: 18; sh: 9
file content (14 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Stubs for xlwt.compat (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

PY3: Any
unicode: Any
unicode_type = str
basestring = str
xrange = range
int_types: Any
long = int