Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created April 26, 2024 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mypy-play/049f37d617f918ae19f650d3aab3aa18 to your computer and use it in GitHub Desktop.
Save mypy-play/049f37d617f918ae19f650d3aab3aa18 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from typing import Annotated, reveal_type
def hello(code: Annotated[str, "html"]):
reveal_type(code)
hello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment