Path 1: 1 calls (1.0)

"" (1)

1def __repr__(self) -> str:
2        ctx = _cv_app.get(None)
3        if ctx is not None:
4            return f"<flask.g of '{ctx.app.name}'>"
5        return object.__repr__(self)