MCPcopy Create free account
hub / github.com/chokkan/crfsuite / asptr

Function asptr

swig/python/export_wrap.cpp:4043–4045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4041
4042 template <class Type>
4043 inline int asptr(PyObject *obj, Type **vptr) {
4044 return traits_asptr<Type>::asptr(obj, vptr);
4045 }
4046
4047 template <class Type>
4048 struct traits_asval {

Callers 15

asvalMethod · 0.85
asvalMethod · 0.85
asMethod · 0.85
asMethod · 0.85
checkMethod · 0.85
asptrMethod · 0.85
_wrap_Item___setslice__Function · 0.85
_wrap_Item___delitem__Function · 0.85
_wrap_Item___getitem__Function · 0.85
_wrap_Item___setitem__Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected