in bowler/query.py [0:0]
def is_call(self) -> "Query":
def filter_is_call(node: LN, capture: Capture, filename: Filename) -> bool:
return bool("function_call" in capture or "class_call" in capture)
self.current.filters.append(filter_is_call)
return self