concepts.dsl.dsl_types.UnnamedPlaceholder#

class UnnamedPlaceholder[source]#

Bases: _Placeholder

Methods

Attributes

typename

name

The name of the unnamed placeholder.

dtype

The data type of the unnamed placeholder.

__init__(dtype)[source]#
Parameters:

dtype (ObjectType | ValueType)

__new__(**kwargs)#
dtype: ObjectType | ValueType#

The data type of the unnamed placeholder.

name: str#

The name of the unnamed placeholder. Always equal to ‘_’.

property typename#