without_attributes

The without_attributes method returns a table that is identical to the source table, but with the specified attributes removed.

Syntax

Parameters

ParameterTypeDescription
attrs>Union[str, Sequence[str]]

The names of the attributes to remove.

Returns

A table with the specified attributes removed.

Examples

The following example removes the InputTable attribute from an Input Table, which turns it back into a regular table.