PERFORCE change 123533 for review

Andrew Turner andrew at FreeBSD.org
Sun Jul 15 12:03:32 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123533

Change 123533 by andrew at andrew_hermies on 2007/07/15 12:03:07

	Allow an array's data to be retrieved

Affected files ...

.. //depot/projects/soc2007/andrew-update/frontend/facund/data.py#3 edit

Differences ...

==== //depot/projects/soc2007/andrew-update/frontend/facund/data.py#3 (text+ko) ====

@@ -119,6 +119,9 @@
 		self.__data.append(data)
 		data.setParent(self)
 
+	def getData(self):
+		return self.__data
+
 	def setData(self, data):
 		raise ValueError("Array's can't have data set")
 


More information about the p4-projects mailing list