mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
Inherit PyTupleType from PyCollectionType so that getElementTypes().get(i) returns type of 'i'-th element in the tuple
4 lines
56 B
Python
4 lines
56 B
Python
def get_tuple() -> tuple:
|
|
pass
|
|
|
|
<the_ref>get_tuple() |