class documentation

class IsortDriver: (source)

View In Hierarchy

A wrapper around isort API that changed between versions 4 and 5.

Method __init__ Undocumented
Method place_module Undocumented
Instance Variable isort5_config Undocumented
def __init__(self, config: argparse.Namespace): (source)

Undocumented

def place_module(self, package: str) -> str: (source)

Undocumented

isort5_config = (source)

Undocumented