MCPcopy Index your code
hub / github.com/praw-dev/praw / check_async

Method check_async

tests/unit/test_reddit.py:23–24  ·  view source on GitHub ↗
(reddit)

Source from the content-addressed store, hash-verified

21
22 @staticmethod
23 async def check_async(reddit):
24 reddit.request(method="GET", path="path")
25
26 @staticmethod
27 def patch_request(*args, **kwargs):

Callers 2

test_check_for_asyncMethod · 0.95

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected