pub fn format_module_info_text(info: &ModuleInfo) -> StringExpand description
Format ModuleInfo for text output
Compact, human-readable summary of a module’s contents:
/src/example.py (python)
"Example module for testing."
Imports (2)
import os
from typing: List, Optional
Functions (2)
async process_data(data: list, config: dict) -> bool L10
"Process input data."
helper() L25
Classes (1)
DataHandler(BaseHandler, Serializable) L30
"Handles data processing."
Fields: config: dict
Methods: __init__(self, config: dict), async run(self) -> Result
Constants (1)
MAX_RETRIES: int = 3 L5
Call Graph (2 edges)
process_data -> helper
DataHandler.run -> process_data