Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ py_awaitable
Method
py_awaitable
example/python.cpp:212–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
{
211
py::object target;
212
py_awaitable(py::object target) : target(std::move(target)) {}
213
214
py::object result;
215
py::object exception;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected