Skip to content

Instantly share code, notes, and snippets.

@bryanyang0528
Created December 4, 2014 14:50
Show Gist options
  • Save bryanyang0528/2a9b15388aa99dc78637 to your computer and use it in GitHub Desktop.
Save bryanyang0528/2a9b15388aa99dc78637 to your computer and use it in GitHub Desktop.
origin
def get_entity(self, key):
entities = self.get_entities([key])
if entities:
return entities[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment