public interface PythonPlatform extends FlavorConvertible
Modifier and Type | Method and Description |
---|---|
Optional<BuildTarget> |
getCxxLibrary() |
PythonEnvironment |
getEnvironment() |
Flavor |
getFlavor() |
com.google.common.collect.ImmutableList<String> |
getInplaceBinaryInterpreterFlags() |
Flavor getFlavor()
getFlavor
in interface FlavorConvertible
Flavor
associated with this python platform.PythonEnvironment getEnvironment()
PythonEnvironment
for this python platform.Optional<BuildTarget> getCxxLibrary()
BuildTarget
wrapping the C/C++ library used by C/C++ extensions.com.google.common.collect.ImmutableList<String> getInplaceBinaryInterpreterFlags()