Static Archive¶ class cle.backends.static_archive.StaticArchive[source]¶ Bases: Backend classmethod is_compatible(stream)[source]¶ Determine quickly whether this backend can load an object from this stream is_default = True¶ is_outer = True¶ __init__(*args, **kwargs)[source]¶ Parameters: binary – The path to the binary to load binary_stream – The open stream to this binary. The reference to this will be held until you call close. is_main_bin – Whether this binary should be loaded as the main executable