File tree Expand file tree Collapse file tree
ty_python_semantic/src/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,20 +179,14 @@ mod tests {
179179 info[goto-type definition]: Go to type definition
180180 --> main.py:4:8
181181 |
182- 2 | from ty_extensions import TypedDictTop
183- 3 |
184182 4 | value: TypedDictTop
185183 | ^^^^^^^^^^^^ Clicking here
186184 |
187185 info: Found 1 type definition
188186 --> stdlib/ty_extensions.pyi:105:1
189187 |
190- 103 | \" \" \"
191- 104 |
192188 105 | TypedDictTop: _SpecialForm
193189 | ------------
194- 106 | \" \" \"
195- 107 | `TypedDictTop` represents the top type of all `TypedDict` instances.
196190 |
197191 " ) ;
198192 }
Original file line number Diff line number Diff line change @@ -6013,8 +6013,6 @@ except <CURSOR># Trigger completion/hover here
60136013 info[hover]: Hovered content is
60146014 --> main.py:4:8
60156015 |
6016- 2 | from ty_extensions import TypedDictTop
6017- 3 |
60186016 4 | value: TypedDictTop
60196017 | ^^^^^^^^-^^^
60206018 | | |
Original file line number Diff line number Diff line change 11use crate :: Db ;
2- use crate :: place:: known_module_symbol;
32use crate :: reachability:: { ReachabilityConstraintsExtension , sequence_pattern_type} ;
43use crate :: subscript:: PyIndex ;
54use crate :: types:: enums:: { enum_member_literals, enum_metadata} ;
You can’t perform that action at this time.
0 commit comments