Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
titleIDS GET
def get(self, idsName, occurrence = 0) # idsName (e.g. 'equilibrium') ENUM ?
	wallObj = initialize_ids_obj('wall') 
	wallObj.put(self(db_entry))
	return idswallObj

IDS put

Code Block
languagepy
titleIDS PUT
def put(self, ids, occurrence = 0)

...