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 ? 
	return ids

IDS put

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

...