https://pantsbuild.org/ logo
h

hundreds-breakfast-49010

09/18/2019, 6:28 PM
in the pex commit I'm working on now that I got from @aloof-angle-91616 he overrode
__new__
, but it seems like there might be a better way to do it?
a

aloof-angle-91616

09/18/2019, 6:29 PM
overriding
__new__
is the right way to do it unfortunately as we simply subclass
namedtuple
and therefore have to suffer a few hacks
4 Views