Frederico Caroli
Results
1
issues of
Frederico Caroli
Recently I wrote a modification to the `attrs.evolve` function that works like this: ```python @attrs.define class Foo: a: int @attrs.define class Bar(Foo): b: str foo = Foo(1) bar = evolve_as(foo,...
Feature