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

Class PyFutureFeatures

python27-sys/src/compile.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#[repr(C)]
8#[derive(Copy, Clone)]
9pub struct PyFutureFeatures {
10 pub ff_features: c_int,
11 pub ff_lineno: c_int,
12}
13
14pub const FUTURE_NESTED_SCOPES: &str = "nested_scopes";
15pub const FUTURE_GENERATORS: &str = "generators";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected