get_slowest
Method
This is a method of the ImportProfiler class in the profiler module.Get N slowest imports.
Signature
Parameters
No description available.
Returns
The result of the operation.
Get N slowest imports.
This is a method of the ImportProfiler class in the profiler module.Get N slowest imports.
def get_slowest(n: int) -> List[ImportRecord]