Skip to content

Instantly share code, notes, and snippets.

@shauns
Created November 8, 2014 09:57
Show Gist options
  • Save shauns/b62c1f53b497620b0cce to your computer and use it in GitHub Desktop.
Save shauns/b62c1f53b497620b0cce to your computer and use it in GitHub Desktop.
One to Many, Explicit ORM
yield from fill_lazy_attribute(book.chapters)
chapters = book.chapters
do_something(chapters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment