Files
openide/python/testData/quickdoc/UnknownTuple.html
T
fitermayandSemyon Proshev 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
162 B
HTML

<html><body><code>def <b>get_tuple</b>()<br>Inferred&nbsp;type:&nbsp;()&nbsp;-&gt;&nbsp;<a href="psi_element://#typename#tuple">tuple</a><br></code></body></html>