示例#1
0
文件: mechaslab.py 项目: Sciumo/SFACT
	def __repr__(self):
		"""Get the string representation of this MechaslabDerivation."""
		return euclidean.getDictionaryString(self.__dict__)
示例#2
0
 def __repr__(self):
     'Get the string representation of this HeightmapDerivation.'
     return euclidean.getDictionaryString(self.__dict__)
示例#3
0
文件: mechaslab.py 项目: Sciumo/SFACT
	def __repr__(self):
		"""Get the string representation of this HollowPegSocket."""
		return euclidean.getDictionaryString(self.__dict__)
示例#4
0
文件: mechaslab.py 项目: Sciumo/SFACT
	def __repr__(self):
		"""Get the string representation of this CellExistence."""
		return euclidean.getDictionaryString(self.__dict__)
示例#5
0
 def __repr__(self):
     'Get the string representation of this HollowPegSocket.'
     return euclidean.getDictionaryString(self.__dict__)
示例#6
0
 def __repr__(self):
     'Get the string representation of this CellExistence.'
     return euclidean.getDictionaryString(self.__dict__)
示例#7
0
	def __repr__(self):
		'Get the string representation of this HeightmapDerivation.'
		return euclidean.getDictionaryString(self.__dict__)