l0_compilation::CompilationUnit class

Defined in module l0_compilation (l0_compilation.py).

A closed set of modules starting from an entry module.

Public static attributes

static Module entry_module
static Dict modules

Public functions

auto entry_name(self) -> str
Get the name of the entry module.
auto __contains__(self, str module_name) -> bool
Check if a module is part of this compilation unit.