enum

Google::GenerativeAI::Content::ExecutableCode::Language

Inherits Enum < Comparable < Value < Object

Constants

LanguageUnspecified = 0
Python = 1

Instance methods

language_unspecified?

Returns true if this enum value equals LanguageUnspecified

Source
python?

Returns true if this enum value equals Python

Source