BaseSile¶
-
class
sisl.io.BaseSile[source]¶ Base class for all sisl files
Attributes
File of the current
SileFile of the current
SileMethods
__init__(self, /, \*args, \*\*kwargs)Initialize self.
dir_file(self[, filename])File of the current
Sileexist(self)Query whether the file exists
read(self, \*args, \*\*kwargs)Generic read method which should be overloaded in child-classes
write(self, \*args, \*\*kwargs)Generic write method which should be overloaded in child-classes