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

Method init

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

Default implementation: do nothing

Source from the content-addressed store, hash-verified

408struct process_attribute_default {
409 /// Default implementation: do nothing
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) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected