Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 1 of 1) sorted by relevance

/development/scripts/app_engine_server/gae_shell/
Dshell.py102 globals = db.ListProperty(db.Blob) variable in Session
119 self.globals[index] = blob
122 self.globals.append(blob)
135 del self.globals[index]
141 for name, val in zip(self.global_names, self.globals))