# get_attr_values

<table class=".origin_table">
    <tr>
        <td style="text-align: left; border-style: hidden">*function*  of [dascore.core._spool_inventory](`dascore.core._spool_inventory`)</td>
        <td style="text-align: right; border-style: hidden">[source](https://github.com/DASDAE/dascore/blob/dev/dascore/core/_spool_inventory.py#L915-L937)</td>
    </tr>
</table>

:::{.padded_bottom_10pt}

:::{.def_block}


<b>get_attr_values</b>(<br>
    &nbsp;&nbsp;&nbsp;&nbsp;inventory
,<br>
    &nbsp;&nbsp;&nbsp;&nbsp;contexts
,<br>
    &nbsp;&nbsp;&nbsp;&nbsp;name: str
,<br>
)-> 'list'


:::

:::
Return the value each resolved context states for one attr name.

A context which does not state the name, and a row with no context at
all, both give None: the inventory has no answer either way. Values
are spelled the way a patch carrying the same fact spells them, so a
selector matches an inventory answer and a stated header alike.

