MCPcopy
hub / github.com/ApeWorX/web3.py / get

Method get

web3/_utils/threads.py:127–132  ·  view source on GitHub ↗
(self, timeout: float = None)

Source from the content-addressed store, hash-verified

125 self._return = self.target(*self.args, **self.kwargs)
126
127 def get(self, timeout: float = None) -> TReturn:
128 self.join(timeout)
129 try:
130 return self._return
131 except AttributeError:
132 raise RuntimeError("Something went wrong. No `_return` property was set")
133
134
135class TimerClass(threading.Thread):

Callers 15

formatted_responseMethod · 0.45
_message_streamMethod · 0.45
wait_for_httpFunction · 0.45
wait_for_aiohttpFunction · 0.45
handle_offchain_lookupFunction · 0.45
request_processorMethod · 0.45

Calls

no outgoing calls