-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpython.dic
859 lines (859 loc) · 7.86 KB
/
python.dic
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
ABDAY_1
ABDAY_2
ABDAY_3
ABDAY_4
ABDAY_5
ABDAY_6
ABDAY_7
ABMON_1
ABMON_10
ABMON_11
ABMON_12
ABMON_2
ABMON_3
ABMON_4
ABMON_5
ABMON_6
ABMON_7
ABMON_8
ABMON_9
ALT_DIGITS
AM_STR
ArithmeticError
AssertionError
AttributeError
BaseException
BooleanType
BufferError
BufferType
BuiltinFunctionType
BuiltinMethodType
BytesWarning
CHAR_MAX
CODESET
CO_FUTURE_ABSOLUTE_IMPORT
CO_FUTURE_DIVISION
CO_FUTURE_PRINT_FUNCTION
CO_FUTURE_UNICODE_LITERALS
CO_FUTURE_WITH_STATEMENT
CO_GENERATOR_ALLOWED
CO_NESTED
CRNCYSTR
ClassType
CodeType
Completer
ComplexType
DAY_1
DAY_2
DAY_3
DAY_4
DAY_5
DAY_6
DAY_7
D_FMT
D_T_FMT
DeprecationWarning
DictMixin
DictProxyType
DictType
DictionaryType
EOFError
ERA
ERA_D_FMT
ERA_D_T_FMT
ERA_T_FMT
EX_CANTCREAT
EX_CONFIG
EX_DATAERR
EX_IOERR
EX_NOHOST
EX_NOINPUT
EX_NOPERM
EX_NOUSER
EX_OK
EX_OSERR
EX_OSFILE
EX_PROTOCOL
EX_SOFTWARE
EX_TEMPFAIL
EX_UNAVAILABLE
EX_USAGE
Ellipsis
EllipsisType
EnvironmentError
Error
Exception
F_OK
False
FileType
FloatType
FloatingPointError
FrameType
FunctionType
FutureWarning
GeneratorExit
GeneratorType
GetSetDescriptorType
IOError
ImportError
ImportWarning
IndentationError
IndexError
InstanceType
IntType
IterableUserDict
KeyError
KeyboardInterrupt
LC_ALL
LC_COLLATE
LC_CTYPE
LC_MESSAGES
LC_MONETARY
LC_NUMERIC
LC_TIME
LambdaType
ListType
LongType
LookupError
MAXYEAR
MINYEAR
MON_1
MON_10
MON_11
MON_12
MON_2
MON_3
MON_4
MON_5
MON_6
MON_7
MON_8
MON_9
MemberDescriptorType
MemoryError
MethodType
ModuleType
MutableString
NGROUPS_MAX
NOEXPR
NameError
None
NoneType
NotImplemented
NotImplementedError
NotImplementedType
OSError
O_APPEND
O_ASYNC
O_CREAT
O_DIRECT
O_DIRECTORY
O_DSYNC
O_EXCL
O_LARGEFILE
O_NDELAY
O_NOATIME
O_NOCTTY
O_NOFOLLOW
O_NONBLOCK
O_RDONLY
O_RDWR
O_RSYNC
O_SYNC
O_TRUNC
O_WRONLY
ObjectType
OverflowError
PM_STR
PYDICTION_DICT
PYDICTION_DICT_BACKUP
P_NOWAIT
P_NOWAITO
P_WAIT
PendingDeprecationWarning
PendingDepricationWarning
RADIXCHAR
R_OK
ReferenceError
RuntimeError
RuntimeWarning
SEEK_CUR
SEEK_END
SEEK_SET
STDOUT_ONLY
SliceType
StandardError
StopIteration
StringType
StringTypes
SyntaxError
SyntaxWarning
SystemError
SystemExit
THOUSEP
TMP_MAX
T_FMT
T_FMT_AMPM
TabError
TracebackType
True
TupleType
TypeError
TypeType
UnboundLocalError
UnboundMethodType
UnicodeDecodeError
UnicodeEncodeError
UnicodeError
UnicodeTranslateError
UnicodeType
UnicodeWarning
UserDict
UserList
UserString
UserWarning
VMSError
ValueError
WCONTINUED
WCOREDUMP
WEXITSTATUS
WIFCONTINUED
WIFEXITED
WIFSIGNALED
WIFSTOPPED
WNOHANG
WSTOPSIG
WTERMSIG
WUNTRACED
W_OK
Warning
WindowsError
XRangeType
X_OK
YESEXPR
ZeroDivisionError
__abs__
__add__
__all__
__and__
__author__
__builtin__
__builtins__
__class__
__concat__
__contains__
__copyright__
__debug__
__delattr__
__delitem__
__delslice__
__displayhook__
__div__
__doc__
__eq__
__excepthook__
__file__
__floordiv__
__format__
__ge__
__getattribute__
__getitem__
__getnewargs__
__getslice__
__gt__
__hash__
__iadd__
__iand__
__iconcat__
__idiv__
__ifloordiv__
__ilshift__
__imod__
__import__
__imul__
__index__
__init__
__inv__
__invert__
__ior__
__ipow__
__irepeat__
__irshift__
__isub__
__itruediv__
__ixor__
__le__
__len__
__lshift__
__lt__
__main__
__mod__
__mul__
__name__
__ne__
__neg__
__new__
__not__
__or__
__package__
__pos__
__pow__
__reduce__
__reduce_ex__
__repeat__
__repr__
__rmod__
__rmul__
__rshift__
__setattr__
__setitem__
__setslice__
__sizeof__
__stderr__
__stdin__
__stdout__
__str__
__sub__
__subclasshook__
__truediv__
__version__
__xor__
abort
abs
absolute_import
abspath
accept2dyear
access
add
add_history
all
all_feature_names
altsep
altzone
and
and_
answer
any
api_version
apply
argv
as
asctime
assert
async
atof
atoi
attrgetter
await
basename
basestring
bin
bind_textdomain_codeset
bindtextdomain
bool
break
buffer
builtin_module_names
bytearray
byteorder
bytes
call_tracing
callable
callstats
capitalize
center
chdir
chmod
chown
chr
chroot
class
classmethod
clear_history
clock
close
closerange
cls
cmp
coerce
collections
commonprefix
compile
complex
concat
confstr
confstr_names
contains
continue
copyright
count
countOf
credits
ctermid
ctime
curdir
currency
date
datetime
datetime_CAPI
daylight
dcgettext
debug_entry
decode
def
defpath
del
delattr
delitem
delslice
devnull
dgettext
dict
dir
directory
dirname
displayhook
div
division
divmod
dont_write_bytecode
dup
dup2
elif
else
encode
encodings
endswith
enumerate
environ
eq
errno
error
eval
exc_clear
exc_info
exc_type
except
excepthook
exec
exec_prefix
execfile
execl
execle
execlp
execlpe
executable
execv
execve
execvp
execvpe
exists
exit
expandtabs
expanduser
expandvars
extsep
f
fchdir
fchmod
fchown
fdatasync
fdopen
file
file_lines
filter
finally
find
flags
float
float_info
floordiv
for
fork
forkpty
format
format_string
fpathconf
from
frozenset
fstat
fstatvfs
fsync
ftruncate
functools
ge
generators
genericpath
get_begidx
get_class_members
get_completer
get_completer_delims
get_completion_type
get_current_history_length
get_endidx
get_history_item
get_history_length
get_line_buffer
get_submodules
get_yesno
getatime
getattr
getcheckinterval
getctime
getcwd
getcwdu
getdefaultencoding
getdefaultlocale
getdlopenflags
getegid
getenv
geteuid
getfilesystemencoding
getgid
getgroups
getitem
getloadavg
getlocale
getlogin
getmtime
getpgid
getpgrp
getpid
getppid
getpreferredencoding
getprofile
getrecursionlimit
getrefcount
getsid
getsize
getsizeof
getslice
gettext
gettrace
getuid
global
globals
gmtime
gt
hasattr
hash
help
hex
hexversion
iadd
iand
iconcat
id
idiv
if
ifloordiv
ilshift
imod
import
imul
in
index
indexOf
input
insert_text
int
intern
inv
invert
ior
ipow
irepeat
irshift
is
isCallable
isMappingType
isNumberType
isSequenceType
is_
is_not
isabs
isalnum
isalpha
isatty
isdigit
isdir
isfile
isinstance
islink
islower
ismount
isspace
issubclass
istitle
isub
isupper
itemgetter
iter
itruediv
ixor
join
kill
killpg
lambda
lchown
le
len
lexists
license
line
linesep
link
list
listdir
ljust
locale_alias
locale_encoding_alias
localeconv
locals
localtime
long
lower
lseek
lshift
lstat
lstrip
lt
main
major
makedev
makedirs
map
max
maxint
maxsize
maxunicode
meta_path
methodcaller
min
minor
mkdir
mkfifo
mknod
mktime
mod
module_name
modules
mul
my_import
name
ne
neg
nested_scopes
next
nice
nl_langinfo
nonlocal
normalize
normcase
normpath
not
not_
object
oct
open
openpty
operator
or
or_
ord
os
pardir
parse_and_bind
partition
pass
path
path_hooks
path_importer_cache
pathconf
pathconf_names
pathsep
pipe
platform
popen
popen2
popen3
popen4
pos
pow
prefix
print
print_function
property
putenv
py3kwarning
pydebug
quit
raise
range
raw_input
re
read
read_history_file
read_init_file
readline
readlink
realpath
redisplay
reduce
register
reload
relpath
remove
remove_duplicates
remove_history_item
removedirs
rename
renames
repeat
replace
replace_history_item
repr
resetlocale
return
reversed
rfind
rindex
rjust
rmdir
round
rpartition
rshift
rsplit
rstrip
samefile
sameopenfile
samestat
self
sep
sequenceIncludes
set
set_completer
set_completer_delims
set_completion_display_matches_hook
set_history_length
set_pre_input_hook
set_startup_hook
setattr
setcheckinterval
setdlopenflags
setegid
seteuid
setgid
setgroups
setitem
setlocale
setpgid
setpgrp
setprofile
setrecursionlimit
setregid
setreuid
setsid
setslice
settrace
setuid
shutil
sleep
slice
sorted
spawnl
spawnle
spawnlp
spawnlpe
spawnv
spawnve
spawnvp
spawnvpe
split
splitdrive
splitext
splitlines
startswith
stat
stat_float_times
stat_result
staticmethod
statvfs
statvfs_result
stderr
stdin
stdout
str
strcoll
strerror
strftime
strip
strptime
struct_time
strxfrm
sub
subversion
sum
super
supports_unicode_filenames
swapcase
symlink
sys
sysconf
sysconf_names
system
tcgetpgrp
tcsetpgrp
tempnam
textdomain
time
timedelta
times
timezone
title
tmpfile
tmpnam
translate
truediv
truth
try
ttyname
tuple
type
types
tzinfo
tzname
tzset
umask
uname
unichr
unicode
unicode_literals
unlink
unsetenv
upper
urandom
utime
vars
version
version_info
wait
wait3
wait4
waitpid
walk
warnings
warnoptions
while
windows_locale
with
with_statement
write
write_dictionary
write_history_file
write_to
xor
xrange
yield
zfill
zip