Currently, there is this code:
if not isinstance(page, pywikibot.ItemPage): pywikibot.output(u'%s is not an ItemPage. Skipping.' % page) return False
There are more (atm at least one) entity types which support claims. It may be renamed (and redirected) to EntityClaimFilter, WikibasePageClaimFilter or just ClaimFilter.