MCPcopy Index your code
hub / github.com/python/cpython / make_request_and_skip

Function make_request_and_skip

Lib/test/test_docxmlrpc.py:17–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 return lambda func: func
16 def decorator(func):
17 def make_request_and_skip(self):
18 self.client.request("GET", "/")
19 self.client.getresponse()
20 raise unittest.SkipTest(reason)
21 return make_request_and_skip
22 return decorator
23

Callers

nothing calls this directly

Calls 2

requestMethod · 0.45
getresponseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…