This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Quartz as QZ | |
import Quartz.CoreGraphics as CG | |
import AppKit as AK | |
import numpy as np | |
import numpy.typing as npt | |
import typing as t | |
Matcher = t.Callable[[dict[str, t.Any]], bool] |
OlderNewer