Exemplo n.º 1
0
	def push(self):

		#Bind with ModeString setting
		if SYS.sys.modules['os'].path.isfile(self.FilePathString):

			self['ModeString']="a"

		else:

			self['ModeString']="w"

		if self.FilePointer!=None:

			#Get the DictedDataDict
			SYS.setDatabaseFileWithCommitStringAndDictatingDict(self.FilePointer,self.CommitString,self.DictatingDict)