class

Analyzer::Python::PythonEngine::FunctionParameter

Inherits Reference < Object

Constructors

new(name : String, type : String, default : String)
Source

Instance methods

default
Source
default=(default : String)
Source
name
Source
name=(name : String)
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
type
Source
type=(type : String)
Source