Files
concrete/docs/dev/api/concrete.compiler.library_lambda.md
Benoit Chevallier-Mames e37a840e7e docs(compiler): adding API doc
2024-03-13 17:10:00 +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