MCPcopy Create free account
hub / github.com/pallets/flask / __init__

Method __init__

tests/test_helpers.py:18–19  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

16 """
17
18 def __init__(self, path):
19 self.path = path
20
21 def __fspath__(self):
22 return self.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected