Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 1.18 KB

concrete.compiler.library_lambda.md

File metadata and controls

42 lines (18 loc) · 1.18 KB

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