def __init__()

in bowler/query.py [0:0]


    def __init__(
        self,
        *paths: Union[str, List[str]],
        filename_matcher: Optional[FilenameMatcher] = None,
        python_version: int = 3,