Skip to main content

convert_module

Function convert_module 

Source
fn convert_module(
    id: &str,
    name: &str,
    members: &[String],
    incomplete: bool,
    docstring: Option<&str>,
    chunks_by_id: &HashMap<&str, &Chunk>,
    chunks_by_parent: &HashMap<&str, Vec<&Chunk>>,
    type_hint_for_annotation_id: &HashMap<String, Expr>,
) -> Result<Module>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here