MCPcopy Index your code
hub / github.com/clips/pattern / asynchronous

Function asynchronous

pattern/web/__init__.py:143–146  ·  view source on GitHub ↗

Returns an AsynchronousRequest object for the given function.

(function, *args, **kwargs)

Source from the content-addressed store, hash-verified

141 return "AsynchronousRequest(function='%s')" % self._function.__name__
142
143def asynchronous(function, *args, **kwargs):
144 """ Returns an AsynchronousRequest object for the given function.
145 """
146 return AsynchronousRequest(function, *args, **kwargs)
147
148send = asynchronous
149

Callers 1

03-bing.pyFile · 0.90

Calls 1

AsynchronousRequestClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…