MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / none

Class none

extern/pybind/include/pybind11/pytypes.h:1822–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820/// \addtogroup pytypes
1821/// @{
1822class none : public object {
1823public:
1824 PYBIND11_OBJECT(none, object, detail::PyNone_Check)
1825 none() : object(Py_None, borrowed_t{}) {}
1826};
1827
1828class ellipsis : public object {
1829public:

Callers 15

castMethod · 0.85
castMethod · 0.85
castMethod · 0.85
castMethod · 0.85
castMethod · 0.85
arg_vClass · 0.85
initializeMethod · 0.85
dispatcherMethod · 0.85
pybind11.hFile · 0.85
def_submoduleFunction · 0.85
add_class_methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected