Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ InstanceMethodDescriptor
Class
InstanceMethodDescriptor
src/py_class/members.rs:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
pub struct InstanceMethodDescriptor<T>(*mut ffi::PyMethodDef, marker::PhantomData<fn(&T)>);
112
113
#[inline]
114
pub unsafe fn create_instance_method_descriptor<T>(
Callers
1
create_instance_method_descriptor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected