View Source Pythonx.C.PyCompilerFlags (Pythonx v0.2.4)

Python compiler flags.

Summary

Functions

The compiler flags for the Python compiler.

The compiler flags for the Python compiler.

Types

@type t() :: %Pythonx.C.PyCompilerFlags{cf_feature_version: term(), cf_flags: term()}

Functions

@spec new() :: t()

The compiler flags for the Python compiler.

Link to this function

new(cf_flags, cf_feature_version)

View Source
@spec new(cf_flags :: integer(), cf_feature_version :: integer()) :: t()

The compiler flags for the Python compiler.