Skip to content

Instantly share code, notes, and snippets.

@dcreager
Created January 24, 2025 02:27
Show Gist options
  • Save dcreager/24965355e25b4183d33aab40eef19282 to your computer and use it in GitHub Desktop.
Save dcreager/24965355e25b4183d33aab40eef19282 to your computer and use it in GitHub Desktop.
mdtest file path bikeshedding
# path=mod.pyi
def get_foo() -> Foo: ...
class Foo: ...

mod.pyi:

def get_foo() -> Foo: ...
class Foo: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment