예제 #1
0
파일: template.py 프로젝트: youngpong/pysal
 def close(self):
     self.fileObj.close()
     #clean up the parent class too....
     FileIO.close(self)
예제 #2
0
파일: template.py 프로젝트: CartoDB/pysal
 def close(self):
     self.fileObj.close()
     #clean up the parent class too....
     FileIO.close(self)
예제 #3
0
파일: template.py 프로젝트: youngpong/pysal
 def close(self):
     self.fileObj.close()
     FileIO.close(self)
예제 #4
0
파일: template.py 프로젝트: CartoDB/pysal
 def close(self):
     self.fileObj.close()
     FileIO.close(self)