Skip to content

Instantly share code, notes, and snippets.

@Neill3d
Created February 18, 2015 15:14
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 Neill3d/a47bab01c0279d9244c3 to your computer and use it in GitHub Desktop.
Save Neill3d/a47bab01c0279d9244c3 to your computer and use it in GitHub Desktop.
iterate through enum class in Python
#Get the effector node id
for k, v in FBEffectorId.names.iteritems():
print v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment