MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyMethodChain

Class PyMethodChain

python27-sys/src/methodobject.rs:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75#[repr(C)]
76#[derive(Copy, Clone)]
77pub struct PyMethodChain {
78 pub methods: *mut PyMethodDef,
79 pub link: *mut PyMethodChain,
80}
81
82/*
83#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected