def inspect()
in
src/guclimate/cli.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def inspect(path: str): ds = dataset.open_dataset(path) ds.inspect()