finesse.script.adapter.ElementAdapter.get

ElementAdapter.get(item)[source]

Get ordered mapping of argument names to values from container.

Parameters

container : object

The container to retrieve argument names and values for.

Returns

list

Positional argument values.

dict

Mapping of keyword argument names to values.

Raises

RuntimeError

If this adapter’s dump_signature() contains parameters that are not present in container.