@@ -199,13 +199,13 @@ mod tests {
199199
200200 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
201201 info[goto-type-definition]: Type definition
202- --> stdlib/builtins.pyi:911 :7
202+ --> stdlib/builtins.pyi:913 :7
203203 |
204- 910 | @disjoint_base
205- 911 | class str(Sequence[str]):
204+ 912 | @disjoint_base
205+ 913 | class str(Sequence[str]):
206206 | ^^^
207- 912 | """str(object='') -> str
208- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
207+ 914 | """str(object='') -> str
208+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
209209 |
210210 info: Source
211211 --> main.py:4:1
@@ -227,13 +227,13 @@ mod tests {
227227
228228 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
229229 info[goto-type-definition]: Type definition
230- --> stdlib/builtins.pyi:911 :7
230+ --> stdlib/builtins.pyi:913 :7
231231 |
232- 910 | @disjoint_base
233- 911 | class str(Sequence[str]):
232+ 912 | @disjoint_base
233+ 913 | class str(Sequence[str]):
234234 | ^^^
235- 912 | """str(object='') -> str
236- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
235+ 914 | """str(object='') -> str
236+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
237237 |
238238 info: Source
239239 --> main.py:2:10
@@ -324,13 +324,13 @@ mod tests {
324324
325325 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
326326 info[goto-type-definition]: Type definition
327- --> stdlib/builtins.pyi:911 :7
327+ --> stdlib/builtins.pyi:913 :7
328328 |
329- 910 | @disjoint_base
330- 911 | class str(Sequence[str]):
329+ 912 | @disjoint_base
330+ 913 | class str(Sequence[str]):
331331 | ^^^
332- 912 | """str(object='') -> str
333- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
332+ 914 | """str(object='') -> str
333+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
334334 |
335335 info: Source
336336 --> main.py:4:6
@@ -358,13 +358,13 @@ mod tests {
358358 // is an int. Navigating to `str` would match pyright's behavior.
359359 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
360360 info[goto-type-definition]: Type definition
361- --> stdlib/builtins.pyi:344 :7
361+ --> stdlib/builtins.pyi:346 :7
362362 |
363- 343 | @disjoint_base
364- 344 | class int:
363+ 345 | @disjoint_base
364+ 346 | class int:
365365 | ^^^
366- 345 | """int([x]) -> integer
367- 346 | int(x, base=10) -> integer
366+ 347 | """int([x]) -> integer
367+ 348 | int(x, base=10) -> integer
368368 |
369369 info: Source
370370 --> main.py:4:6
@@ -391,13 +391,13 @@ f(**kwargs<CURSOR>)
391391
392392 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
393393 info[goto-type-definition]: Type definition
394- --> stdlib/builtins.pyi:2916 :7
394+ --> stdlib/builtins.pyi:2918 :7
395395 |
396- 2915 | @disjoint_base
397- 2916 | class dict(MutableMapping[_KT, _VT]):
396+ 2917 | @disjoint_base
397+ 2918 | class dict(MutableMapping[_KT, _VT]):
398398 | ^^^^
399- 2917 | """dict() -> new empty dictionary
400- 2918 | dict(mapping) -> new dictionary initialized from a mapping object's
399+ 2919 | """dict() -> new empty dictionary
400+ 2920 | dict(mapping) -> new dictionary initialized from a mapping object's
401401 |
402402 info: Source
403403 --> main.py:6:5
@@ -421,13 +421,13 @@ f(**kwargs<CURSOR>)
421421
422422 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
423423 info[goto-type-definition]: Type definition
424- --> stdlib/builtins.pyi:911 :7
424+ --> stdlib/builtins.pyi:913 :7
425425 |
426- 910 | @disjoint_base
427- 911 | class str(Sequence[str]):
426+ 912 | @disjoint_base
427+ 913 | class str(Sequence[str]):
428428 | ^^^
429- 912 | """str(object='') -> str
430- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
429+ 914 | """str(object='') -> str
430+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
431431 |
432432 info: Source
433433 --> main.py:3:5
@@ -513,13 +513,13 @@ f(**kwargs<CURSOR>)
513513
514514 assert_snapshot ! ( test. goto_type_definition( ) , @r#"
515515 info[goto-type-definition]: Type definition
516- --> stdlib/builtins.pyi:911 :7
516+ --> stdlib/builtins.pyi:913 :7
517517 |
518- 910 | @disjoint_base
519- 911 | class str(Sequence[str]):
518+ 912 | @disjoint_base
519+ 913 | class str(Sequence[str]):
520520 | ^^^
521- 912 | """str(object='') -> str
522- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
521+ 914 | """str(object='') -> str
522+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
523523 |
524524 info: Source
525525 --> main.py:4:15
@@ -560,13 +560,13 @@ f(**kwargs<CURSOR>)
560560 |
561561
562562 info[goto-type-definition]: Type definition
563- --> stdlib/builtins.pyi:911 :7
563+ --> stdlib/builtins.pyi:913 :7
564564 |
565- 910 | @disjoint_base
566- 911 | class str(Sequence[str]):
565+ 912 | @disjoint_base
566+ 913 | class str(Sequence[str]):
567567 | ^^^
568- 912 | """str(object='') -> str
569- 913 | str(bytes_or_buffer[, encoding[, errors]]) -> str
568+ 914 | """str(object='') -> str
569+ 915 | str(bytes_or_buffer[, encoding[, errors]]) -> str
570570 |
571571 info: Source
572572 --> main.py:3:5
0 commit comments