125125 "symbol": { "key": "scip-python python . test example/y." },
126126 "docs": { "key": "```python\u000abuiltins.int\u000a```" }
127127 }
128+ },
129+ {
130+ "key": {
131+ "symbol": {
132+ "key": "scip-python python python-stdlib 3.11 builtins/range#"
133+ },
134+ "docs": {
135+ "key": "```python\u000aclass range(\u000a __start: SupportsIndex,\u000a __stop: SupportsIndex,\u000a __step: SupportsIndex = ...,\u000a /\u000a)\u000a```"
136+ }
137+ }
138+ },
139+ {
140+ "key": {
141+ "symbol": { "key": "scip-python python python-stdlib 3.11 random/" },
142+ "docs": { "key": "---" }
143+ }
144+ },
145+ {
146+ "key": {
147+ "symbol": { "key": "scip-python python python-stdlib 3.11 random/" },
148+ "docs": { "key": "Choose a random element from a non-empty sequence." }
149+ }
150+ },
151+ {
152+ "key": {
153+ "symbol": { "key": "scip-python python python-stdlib 3.11 random/" },
154+ "docs": {
155+ "key": "```python\u000a(variable) choice: (seq: SupportsLenAndGetItem[_T@choice]) -> _T@choice\u000a```"
156+ }
157+ }
158+ },
159+ {
160+ "key": {
161+ "symbol": {
162+ "key": "scip-python python python-stdlib 3.11 random/choice."
163+ },
164+ "docs": { "key": "---" }
165+ }
166+ },
167+ {
168+ "key": {
169+ "symbol": {
170+ "key": "scip-python python python-stdlib 3.11 random/choice."
171+ },
172+ "docs": { "key": "Choose a random element from a non-empty sequence." }
173+ }
174+ },
175+ {
176+ "key": {
177+ "symbol": {
178+ "key": "scip-python python python-stdlib 3.11 random/choice."
179+ },
180+ "docs": {
181+ "key": "```python\u000a(variable) choice: (seq: SupportsLenAndGetItem[_T@choice]) -> _T@choice\u000a```"
182+ }
183+ }
184+ },
185+ {
186+ "key": {
187+ "symbol": {
188+ "key": "scip-python python python-stdlib 3.11 random/randint."
189+ },
190+ "docs": { "key": "---" }
191+ }
192+ },
193+ {
194+ "key": {
195+ "symbol": {
196+ "key": "scip-python python python-stdlib 3.11 random/randint."
197+ },
198+ "docs": {
199+ "key": "Return random integer in range \\[a, b\\], including both end points."
200+ }
201+ }
202+ },
203+ {
204+ "key": {
205+ "symbol": {
206+ "key": "scip-python python python-stdlib 3.11 random/randint."
207+ },
208+ "docs": {
209+ "key": "```python\u000a(variable) randint: (a: int, b: int) -> int\u000a```"
210+ }
211+ }
212+ },
213+ {
214+ "key": {
215+ "symbol": {
216+ "key": "scip-python python python-stdlib 3.11 turtle/RawTurtle#write().(align)"
217+ },
218+ "docs": { "key": "```python\u000a(parameter) align: str\u000a```" }
219+ }
220+ },
221+ {
222+ "key": {
223+ "symbol": {
224+ "key": "scip-python python python-stdlib 3.11 turtle/RawTurtle#write().(font)"
225+ },
226+ "docs": {
227+ "key": "```python\u000a(parameter) font: tuple[str, int, str]\u000a```"
228+ }
229+ }
230+ },
231+ {
232+ "key": {
233+ "symbol": {
234+ "key": "scip-python python python-stdlib 3.11 turtle/_Screen#setup().(height)"
235+ },
236+ "docs": {
237+ "key": "```python\u000a(parameter) height: int | float\u000a```"
238+ }
239+ }
240+ },
241+ {
242+ "key": {
243+ "symbol": {
244+ "key": "scip-python python python-stdlib 3.11 turtle/_Screen#setup().(width)"
245+ },
246+ "docs": {
247+ "key": "```python\u000a(parameter) width: int | float\u000a```"
248+ }
249+ }
128250 }
129251]
0 commit comments