Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chokkan/crfsuite
/ from_ptr
Function
from_ptr
swig/python/export_wrap.cpp:4023–4025 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4021
4022
template <class Type>
4023
inline PyObject *from_ptr(Type* val, int owner) {
4024
return traits_from_ptr<Type>::from(val, owner);
4025
}
4026
4027
/*
4028
Traits that provides the asval/as/check method
Callers
nothing calls this directly
Calls
1
from
Function · 0.85
Tested by
no test coverage detected