Skip to content

Instantly share code, notes, and snippets.

@certik
Created December 7, 2010 17:41
Show Gist options
  • Save certik/732126 to your computer and use it in GitHub Desktop.
Save certik/732126 to your computer and use it in GitHub Desktop.
$ git grep locals
bin/ifemhub: def __init__(self, json, locals=None, filename="<console>",
bin/ifemhub: code.InteractiveConsole.__init__(self, locals, filename)
onlinelab/service/engine/python/interpreter.py: del self.locals['
onlinelab/service/engine/python/interpreter.py: plots = self.locals.g
onlinelab/service/engine/python/interpreter.py: js = self.locals.get(
onlinelab/service/engine/python/namespace.py: def __init__(self, locals={}, d
onlinelab/service/engine/python/namespace.py: if locals is not None:
onlinelab/service/engine/python/namespace.py: self.update(locals)
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment