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

Method precall

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

Source from the content-addressed store, hash-verified

410 static void init(const T &, function_record *) {}
411 static void init(const T &, type_record *) {}
412 static void precall(function_call &) {}
413 static void postcall(function_call &, handle) {}
414};
415

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected