File: constants.pyi

package info (click to toggle)
mypy 0.470-complete-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,864 kB
  • ctags: 3,264
  • sloc: python: 21,838; makefile: 18
file content (83 lines) | stat: -rw-r--r-- 2,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Stubs for tkinter.constants (Python 3.5)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

NO = ...  # type: Any
YES = ...  # type: Any
TRUE = ...  # type: Any
FALSE = ...  # type: Any
ON = ...  # type: Any
OFF = ...  # type: Any
N = ...  # type: Any
S = ...  # type: Any
W = ...  # type: Any
E = ...  # type: Any
NW = ...  # type: Any
SW = ...  # type: Any
NE = ...  # type: Any
SE = ...  # type: Any
NS = ...  # type: Any
EW = ...  # type: Any
NSEW = ...  # type: Any
CENTER = ...  # type: Any
NONE = ...  # type: Any
X = ...  # type: Any
Y = ...  # type: Any
BOTH = ...  # type: Any
LEFT = ...  # type: Any
TOP = ...  # type: Any
RIGHT = ...  # type: Any
BOTTOM = ...  # type: Any
RAISED = ...  # type: Any
SUNKEN = ...  # type: Any
FLAT = ...  # type: Any
RIDGE = ...  # type: Any
GROOVE = ...  # type: Any
SOLID = ...  # type: Any
HORIZONTAL = ...  # type: Any
VERTICAL = ...  # type: Any
NUMERIC = ...  # type: Any
CHAR = ...  # type: Any
WORD = ...  # type: Any
BASELINE = ...  # type: Any
INSIDE = ...  # type: Any
OUTSIDE = ...  # type: Any
SEL = ...  # type: Any
SEL_FIRST = ...  # type: Any
SEL_LAST = ...  # type: Any
END = ...  # type: Any
INSERT = ...  # type: Any
CURRENT = ...  # type: Any
ANCHOR = ...  # type: Any
ALL = ...  # type: Any
NORMAL = ...  # type: Any
DISABLED = ...  # type: Any
ACTIVE = ...  # type: Any
HIDDEN = ...  # type: Any
CASCADE = ...  # type: Any
CHECKBUTTON = ...  # type: Any
COMMAND = ...  # type: Any
RADIOBUTTON = ...  # type: Any
SEPARATOR = ...  # type: Any
SINGLE = ...  # type: Any
BROWSE = ...  # type: Any
MULTIPLE = ...  # type: Any
EXTENDED = ...  # type: Any
DOTBOX = ...  # type: Any
UNDERLINE = ...  # type: Any
PIESLICE = ...  # type: Any
CHORD = ...  # type: Any
ARC = ...  # type: Any
FIRST = ...  # type: Any
LAST = ...  # type: Any
BUTT = ...  # type: Any
PROJECTING = ...  # type: Any
ROUND = ...  # type: Any
BEVEL = ...  # type: Any
MITER = ...  # type: Any
MOVETO = ...  # type: Any
SCROLL = ...  # type: Any
UNITS = ...  # type: Any
PAGES = ...  # type: Any