Skip to main content

ingest_python_files

Function ingest_python_files 

Source
pub fn ingest_python_files(
    root: &Path,
    files: &[PathBuf],
) -> Result<IngestResult>
Expand description

Ingest a specific list of Python files using the Python-specific parser.

root is used to compute relative paths for node IDs.