Skip to content

Commit 29ec496

Browse files
committed
more scpell dict
1 parent 529b09a commit 29ec496

File tree

4 files changed

+129
-0
lines changed

4 files changed

+129
-0
lines changed

.cspell.dict/cpython.txt

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,182 @@
1+
ADDOP
2+
aftersign
3+
argdefs
14
argtypes
25
asdl
36
asname
47
attro
58
augassign
69
badcert
710
badsyntax
11+
baseinfo
812
basetype
913
boolop
14+
BUILDSTDLIB
1015
bxor
16+
byteswap
1117
cached_tsver
1218
cadata
1319
cafile
20+
calldepth
21+
callinfo
22+
callproc
23+
capath
24+
carg
1425
cellarg
1526
cellvar
1627
cellvars
28+
cfield
1729
CLASSDEREF
30+
classdict
1831
cmpop
32+
codedepth
33+
CODEUNIT
34+
CONVFUNC
35+
convparam
36+
copyslot
37+
cpucount
38+
defaultdict
1939
denom
40+
dictbytype
2041
DICTFLAG
2142
dictoffset
2243
distpoint
44+
dynload
2345
elts
46+
eofs
47+
evalloop
2448
excepthandler
49+
exceptiontable
50+
fblock
51+
fblocks
52+
fdescr
53+
ffi_argtypes
54+
fielddesc
55+
fieldlist
2556
fileutils
2657
finalbody
2758
formatfloat
2859
freevar
2960
freevars
3061
fromlist
62+
getdict
63+
getfunc
64+
getiter
65+
getsets
66+
getslice
67+
globalgetvar
68+
HASARRAY
69+
HASBITFIELD
70+
HASPOINTER
71+
HASSTRUCT
72+
HASUNION
3173
heaptype
3274
HIGHRES
75+
IFUNC
3376
IMMUTABLETYPE
3477
INCREF
78+
inlinedepth
3579
inplace
3680
ismine
81+
ISPOINTER
82+
iteminfo
3783
Itertool
3884
keeped
3985
kwnames
4086
kwonlyarg
4187
kwonlyargs
4288
lasti
89+
libffi
4390
linearise
91+
lineiterator
92+
linetable
93+
loadfast
94+
localsplus
4495
Lshift
4596
lsprof
97+
MAXBLOCKS
4698
maxdepth
99+
metavars
47100
mult
48101
multibytecodec
102+
nameop
103+
nconsts
104+
newargs
105+
newfree
106+
NEWLOCALS
49107
newsemlockobject
108+
nfrees
50109
nkwargs
51110
nkwelts
111+
Nondescriptor
112+
noninteger
113+
nops
52114
noraise
115+
nseen
116+
NSIGNALS
53117
numer
118+
opname
119+
opnames
54120
orelse
121+
outparam
122+
outparm
123+
paramfunc
124+
parg
55125
pathconfig
56126
patma
127+
peepholer
57128
phcount
58129
platstdlib
59130
posonlyarg
60131
posonlyargs
61132
prec
62133
preinitialized
134+
pybuilddir
135+
pycore
63136
pydecimal
137+
Pyfunc
64138
pymain
65139
pyrepl
140+
PYTHONTRACEMALLOC
66141
pythonw
67142
PYTHREAD_NAME
68143
releasebuffer
69144
repr
145+
resinfo
70146
Rshift
71147
SA_ONSTACK
148+
scls
149+
setdict
150+
setfunc
151+
SETREF
152+
setresult
153+
setslice
154+
SLOTDEFINED
72155
SOABI
156+
SSLEOF
73157
stackdepth
158+
staticbase
74159
stginfo
160+
storefast
75161
stringlib
76162
structseq
77163
subkwargs
78164
subparams
79165
subscr
166+
sval
80167
swappedbytes
168+
templatelib
81169
ticketer
170+
tmptype
82171
tok_oldval
83172
tvars
173+
typeobject
174+
typeparam
175+
Typeparam
176+
typeparams
177+
typeslots
84178
unaryop
179+
Unhandle
85180
unparse
86181
unparser
87182
VARKEYWORDS

.cspell.dict/python-more.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,29 @@ xmlcharrefreplace
272272
xoptions
273273
xopts
274274
yieldfrom
275+
addcompare
276+
altzone
277+
classmethods
278+
ctype
279+
ctypes
280+
genexpressions
281+
getargs
282+
getopt
283+
getweakref
284+
getweakrefs
285+
inittab
286+
Inittab
287+
interpchannels
288+
interpqueues
289+
markupbase
290+
mymodule
291+
pydatetime
292+
pyio
293+
pymain
294+
setprofileallthreads
295+
settraceallthreads
296+
sitebuiltins
297+
subclassing
298+
subpatterns
299+
sysdict
300+
weakrefset

.cspell.dict/rust-more.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ hexf
2828
hexversion
2929
idents
3030
illumos
31+
ilog
3132
indexmap
3233
insta
3334
keccak
@@ -86,4 +87,7 @@ wasmer
8687
wasmtime
8788
widestring
8889
winapi
90+
winresource
8991
winsock
92+
bitvec
93+
Bitvec

.cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@
6969
"GetSet",
7070
"groupref",
7171
"internable",
72+
"interps",
7273
"jitted",
7374
"jitting",
7475
"lossily",
7576
"makeunicodedata",
77+
"microbenchmark",
78+
"microbenchmarks",
7679
"miri",
7780
"notrace",
7881
"oparg",
@@ -121,6 +124,7 @@
121124
"uninit",
122125
"unraisable",
123126
"unresizable",
127+
"varint",
124128
"wasi",
125129
"zelf",
126130
// unix

0 commit comments

Comments
 (0)