Libraries might want to generate stubs only for their public API and not care about typing their private one. These would profit from a way to tell docstub, I don't care about typing this function.
Docstub can easily ignore objects that are prefixed with "_". But not all / many libraries are doing that consistently. So in those cases there should be a different mechanism.