Files
openide/python/testData/quickdoc/HomogeneousTuple.html
fitermay aab0d3e87a PY-19826 Fixed: Generic type of list not inferred when created from tuple
Inherit PyTupleType from PyCollectionType so that getElementTypes().get(i) returns type of 'i'-th element in the tuple
2016-10-13 21:28:18 +03:00

1 line
175 B
HTML

<html><body><code>def <b>get_tuple</b>()<br>Inferred&nbsp;type:&nbsp;()&nbsp;-&gt;&nbsp;Tuple[<a href="psi_element://#typename#str">str</a>,&nbsp;...]<br></code></body></html>