Skip to content

Instantly share code, notes, and snippets.

@mattstibbs
Created March 14, 2017 00:23
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 mattstibbs/2fa965e15948af2a514cef077b30cee8 to your computer and use it in GitHub Desktop.
Save mattstibbs/2fa965e15948af2a514cef077b30cee8 to your computer and use it in GitHub Desktop.
def str2bool(v):
return v.lower() in ("yes", "true", "t", "1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment