Searched refs:SNESUpdateFunction (Results 1 – 3 of 3) sorted by relevance
85 cdef SNESUpdateFunction
889 def setUpdate(self, update: SNESUpdateFunction | None,920 def getUpdate(self) -> SNESUpdateFunction:
332 SNESUpdateFunction = Callable[[SNES, int], None] variable