Skip to main content

unpickle_lazyobject

Used to unpickle lazy objects. Just return its argument, which will be the wrapped object.

def unpickle_lazyobject(
wrapped: object
) - > object

Used to unpickle lazy objects. Just return its argument, which will be the wrapped object.

Parameters

NameTypeDescription
wrappedobjectThe evaluated object instance that was contained within the lazy wrapper

Returns

TypeDescription
objectThe underlying wrapped object that was previously lazily evaluated