Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created March 9, 2026 12:25
Show Gist options
  • Select an option

  • Save mypy-play/a1c568b38d94f027f1bef8a794e47cd6 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/a1c568b38d94f027f1bef8a794e47cd6 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from unittest.mock import Mock
class O: ...
def take_o(o: O) -> None: ...
take_o(Mock())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment