Language
public struct Language : Sendable, Equatable, CustomStringConvertibleThe language of the code in an ExecutableCodePart.
-
The Python programming language.
Declaration
Swift
public static let python: ExecutableCodePart.Language -
Declaration
Swift
public var description: String { get }