Skip to content

Instantly share code, notes, and snippets.

@yothinix
Created March 1, 2018 15:19
Show Gist options
  • Save yothinix/d2a999ebf6fcef832f5040cbfa0ed68c to your computer and use it in GitHub Desktop.
Save yothinix/d2a999ebf6fcef832f5040cbfa0ed68c to your computer and use it in GitHub Desktop.
from typing import cast
possible_values = function_return_possible_values()
new_type = cast(new_type, possible_values)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment