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

Class PyLongObject

python3-sys/src/longobject.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[repr(C)]
7pub struct PyLongObject {
8 _private: [u8; 0],
9}
10
11#[cfg_attr(windows, link(name = "pythonXY"))]
12extern "C" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected