Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
465
protected:
466
struct InitializingFunctionRecordDeleter {
Callers
3
generate_function_signature
Function · 0.45
add_class_method
Function · 0.45
class_
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected