Skip to content

Instantly share code, notes, and snippets.

@stephen-bunn
Created April 25, 2019 14:27
Show Gist options
  • Save stephen-bunn/a1eb0f14403b67d322f938d36886226a to your computer and use it in GitHub Desktop.
Save stephen-bunn/a1eb0f14403b67d322f938d36886226a to your computer and use it in GitHub Desktop.
Medium - Handle dictionary stub sample
# Stubs for main (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Dict, List
def handle_dictionary(dictionary: Dict[str, List[int]]) -> int: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment