コード例 #1
0
ファイル: mechaslab.py プロジェクト: Sciumo/SFACT
	def __repr__(self):
		"""Get the string representation of this MechaslabDerivation."""
		return euclidean.getDictionaryString(self.__dict__)
コード例 #2
0
ファイル: heightmap.py プロジェクト: maestroflema/asimov
 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
ファイル: heightmap.py プロジェクト: 1060460048/Cura
	def __repr__(self):
		'Get the string representation of this HeightmapDerivation.'
		return euclidean.getDictionaryString(self.__dict__)