MCPcopy 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

1876public:
1877 PYBIND11_OBJECT(none, object, detail::PyNone_Check)
1878 none() : object(Py_None, borrowed_t{}) {}
1879};
1880
1881class ellipsis : public object {

Callers 1

TEST_SUBMODULEFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.64