MCPcopy 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
111pub struct InstanceMethodDescriptor<T>(*mut ffi::PyMethodDef, marker::PhantomData<fn(&T)>);
112
113#[inline]
114pub unsafe fn create_instance_method_descriptor<T>(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected