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

Method function_call

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

Source from the content-addressed store, hash-verified

388};
389
390inline function_call::function_call(const function_record &f, handle p) : func(f), parent(p) {
391 args.reserve(f.nargs);
392 args_convert.reserve(f.nargs);
393}
394
395/// Tag for a new-style `__init__` defined in `detail/init.h`
396struct is_new_style_constructor {};

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected