Skip to content

Instantly share code, notes, and snippets.

@kou
Created May 26, 2015 12:24
Show Gist options
  • Select an option

  • Save kou/c2a0ed1b973629fde846 to your computer and use it in GitHub Desktop.

Select an option

Save kou/c2a0ed1b973629fde846 to your computer and use it in GitHub Desktop.
Use del
from gi.repository import Groonga
Groonga.init()
context = Groonga.Context()
del context
Groonga.fin()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment