Method: flask.config.Config.__init__
Calls: 448, Exceptions: 0, Paths: 1Back
Path 1: 448 calls (1.0)
'/Users/andrehora/Documents/git/projects-pathspotter/flask/tests' (410) '/Users/andrehora/Documents/git/projects-pathspotter/flask' (27) '/Users/andre...
dict (448)
1def __init__(
2 self, root_path: str | os.PathLike, defaults: dict | None = None
3 ) -> None:
4 super().__init__(defaults or {})
5 self.root_path = root_path