MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / SwigPyObject_hex

Function SwigPyObject_hex

cvxpy/cvxcore/python/cvxcore_wrap.cxx:1768–1772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1766}
1767
1768SWIGRUNTIME PyObject *
1769SwigPyObject_hex(SwigPyObject *v)
1770{
1771 return SwigPyObject_format("%x",v);
1772}
1773
1774SWIGRUNTIME PyObject *
1775SwigPyObject_repr(SwigPyObject *v)

Callers

nothing calls this directly

Calls 1

SwigPyObject_formatFunction · 0.85

Tested by

no test coverage detected