Skip to main content

get_imports

Method
This is a method of the ImportProfiler class in the profiler module.
Get recorded imports.

Signature

def get_imports(min_duration_ms: float) -> List[ImportRecord]

Parameters

min_duration_ms
float
default:"0"
No description available.

Returns

Returns
List[ImportRecord]
The result of the operation.