add NamedTuple accessors to KeyedTuple

Issue #2601 resolved
Mike Bayer repo owner created an issue

including _fields, _asdict().

Comments (4)

  1. Former user Account Deleted

    (original author: diana) namedtuple._asdict() returns an OrderedDict instead of a regular dict as of Python 2.7. I just went with a regular dict for KeyedTuple._asdict(). Let me know if you want something different.

    I think this is done, unless you want it documented somewhere, or changed. Let me know Thanks!

  2. Log in to comment