mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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
4 lines
88 B
Python
4 lines
88 B
Python
from collections import namedtuple
|
|
from b import name
|
|
|
|
nt = namedtuple(name, ["x", "y"]) |