MCPcopy Create free account
hub / github.com/pybind/pybind11 / postcall

Method postcall

include/pybind11/attr.h:413–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 static void init(const T &, type_record *) {}
412 static void precall(function_call &) {}
413 static void postcall(function_call &, handle) {}
414};
415
416/// Process an attribute specifying the function's name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected