requested_selector_names

function of dascore.utils.pd source

requested_selector_names(
    _attrs ,
    _coords ,
    kwargs ,
)-> ‘set[str]’

Return every name a selection call names, whatever form it arrives in.

A tag-form _attrs/_coords names bare kwargs, so a requested name is always either a bare kwarg or a key of a mapping form.