
June 23, 2022
4:51 a.m.
On Wed, Jun 22, 2022 at 6:36 PM Joao S. O. Bueno <jsbueno@python.org.br> wrote:
implement "all possible" dunder methods, and proxy those to the underlying object, for a "future type" that was calculated off-process, and did not need any ".value()" or ".result()" methods to be called.
Here's a package on PyPI that seems to do that: https://pypi.org/project/lazy-object-proxy/ It's written partly in C, so it may be fast. I haven't tested it.