ionelmc/python-lazy-object-proxy

A way to force evaluation

dg-pb opened this issue · 1 comments

dg-pb commented

Hello,

Thank you for nice library.

Is there a way to ONLY force evaluation without triggering any other unnecessary action?

Similar to #64. I guess that "unproxy" util function? Or you could just access obj.__wrapped__ to make it evaluate.