def reset_backend()
in
__init__.py [0:0]
5
lines of code
2
McCabe index (conditional complexity)
def reset_backend(): try: backend.Backend.reset() except Exception: pass