Amplication AST Libraries Documentation
    Preparing search index...

    Configuration arguments for creating a Python module.

    interface ModuleArgs {
        name: string;
        docstring?: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the module

    docstring?: string

    The docstring for the module