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

Method of

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

Return a type object from a handle or an object

Source from the content-addressed store, hash-verified

1567
1568 /// Return a type object from a handle or an object
1569 static type of(handle h) { return type(type::handle_of(h), borrowed_t{}); }
1570
1571 // Defined in pybind11/cast.h
1572 /// Convert C++ type to handle if previously registered. Does not convert

Callers

nothing calls this directly

Calls 1

typeClass · 0.70

Tested by

no test coverage detected