MCPcopy Create free account
hub / github.com/datapane/datapane / path

Method path

python-client/src/datapane/_vendor/bottle.py:1178–1181  ·  view source on GitHub ↗

The value of ``PATH_INFO`` with exactly one prefixed slash (to fix broken clients and avoid the "empty path" edge case).

(self)

Source from the content-addressed store, hash-verified

1176
1177 @property
1178 def path(self):
1179 """ The value of ``PATH_INFO`` with exactly one prefixed slash (to fix
1180 broken clients and avoid the "empty path" edge case). """
1181 return '/' + self.environ.get('PATH_INFO', '').lstrip('/')
1182
1183 @property
1184 def method(self):

Callers 1

_get_notebook_pathMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected