Files
concrete/docs/dev/api/concrete.compiler.library_lambda.md
Benoit Chevallier-Mames e352eff1b3 docs(compiler): adding API doc
2024-03-13 14:52:46 +01:00

1.2 KiB

module concrete.compiler.library_lambda

LibraryLambda.


class LibraryLambda

LibraryLambda reference a compiled library and can be ran using LibrarySupport.

method __init__

__init__(library_lambda: LibraryLambda)

Wrap the native Cpp object.

Args:

  • library_lambda (_LibraryLambda): object to wrap

Raises:

  • TypeError: if library_lambda is not of type _LibraryLambda