mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
creating: check that namedtuple(...) is called, locally resolve tuple name and fields IO: deserialize and serialize: callee name, tuple name, fields number and fields names using: update PyStdlibTypeProvider to use stubs for namedtuples
3 lines
59 B
Python
3 lines
59 B
Python
import collections as C
|
|
|
|
nt = C.namedtuple("name", "field") |