# `func` Module ```{include} /_fragments/alpha_notice.md ``` All the following are valid ways to reference these functions: ```python # import * from hashquery import * func.count() # import func from hashquery.model import func func.count() # direct named import from hashquery.model.func import count count() ``` ```{eval-rst} .. automodule:: hashquery.func :members: ```