Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ do_nothing
Method
do_nothing
tests/test_methods_and_attributes.cpp:153–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
class UnregisteredBase {
152
public:
153
void do_nothing() const {}
154
void increase_value() {
155
rw_value++;
156
ro_value += 0.25;
Callers
1
test_unregistered_base_implementations
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected