Package genlayer.std._internal#

Warning

This is an internal module

class genlayer.std._internal.LazyApi[source]#
__call__(*args: R, **kwargs: R) T[source]#

Immediately execute and get the result

Return type:

T

__init__(*args, **kwargs)#
lazy(*args: R, **kwargs: R) Lazy[source]#

Wrap evaluation into Lazy and return it

Return type:

Lazy