Closed
Description
- It should be possible to call
_make
on an instance, as a proper classmethod (?) -
_make
and_replace
should bind to SelfType, depends on SelfType or another way to spell "type of self" (or, How to define a copy() function) #1212 -
_asdict
should return closer match toOrderedDict[str, Union[types]]
-
_make
paramsnew
andlen
should be callable - Handle locally defined namedtuple