def _identifier_is_function(identifier): return any(isinstance(t, Function) for t in identifier.tokens)