MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / sync_impl

Method sync_impl

scratchattach/utils/optional_async.py:134–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 self.json = json
133
134 def sync_impl(self):
135 return self.requests_session.sync_request(
136 method = self.method,
137 url = self.url,
138 cookies = self.cookies,
139 headers = self.headers,
140 params = self.params,
141 data = self.data,
142 json = self.json
143 )
144
145 async def async_impl(self):
146 return await self.requests_session.async_request(

Callers

nothing calls this directly

Calls 1

sync_requestMethod · 0.45

Tested by

no test coverage detected