Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ none
Method
none
include/pybind11/pytypes.h:1878–1878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1876
public:
1877
PYBIND11_OBJECT(none, object, detail::PyNone_Check)
1878
none() : object(Py_None, borrowed_t{}) {}
1879
};
1880
1881
class ellipsis : public object {
Callers
1
TEST_SUBMODULE
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_SUBMODULE
Function · 0.64