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

Method name

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

Return the function name

Source from the content-addressed store, hash-verified

461
462 /// Return the function name
463 object name() const { return attr("__name__"); }
464
465protected:
466 struct InitializingFunctionRecordDeleter {

Callers 3

add_class_methodFunction · 0.45
class_Class · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected