MCPcopy Create free account
hub / github.com/microsoft/debugpy / get

Method get

tests/net.py:200–201  ·  view source on GitHub ↗
(self, path, *args, **kwargs)

Source from the content-addressed store, hash-verified

198 self.get("/exit", log_errors=False)
199
200 def get(self, path, *args, **kwargs):
201 return WebRequest.get(self.url + path, *args, **kwargs)
202
203 def post(self, path, *args, **kwargs):
204 return WebRequest.post(self.url + path, *args, **kwargs)

Callers 15

__exit__Method · 0.95
get_config_from_rootFunction · 0.45
plus_or_dotFunction · 0.45
renderFunction · 0.45
get_versionsFunction · 0.45
runMethod · 0.45
__init__.pyFile · 0.45
test_wrapperFunction · 0.45
_recorder_workerMethod · 0.45
__delitem__Method · 0.45
discardMethod · 0.45

Calls

no outgoing calls

Tested by 14

test_wrapperFunction · 0.36
runMethod · 0.36
_process_requestMethod · 0.36
parentFunction · 0.36
childFunction · 0.36
grandchildFunction · 0.36