HomeSort by relevance Sort by last modified time
    Searched full:unpicklables (Results 1 - 1 of 1) sorted by null

  /development/scripts/app_engine_server/gae_shell/
shell.py 90 unpicklables list property. On each request, before executing the current
104 unpicklables = db.ListProperty(db.Text) variable in class:Session
144 """Adds a statement and list of names to the unpicklables.
152 self.unpicklables.append(db.Text(statement))
181 session.unpicklables = [db.Text(line) for line in INITIAL_UNPICKLABLES]
244 # re-evaluate the unpicklables
245 for code in session.unpicklables:
283 # the names of all of the globals it added in the unpicklables.
288 # this statement didn't add any unpicklables. pickle and store the

Completed in 44 milliseconds