Shad0
Results
1
issues of
Shad0
The Magic class's from_file() method begins with an elegant way of catching certain errors. Lines 110-113 in \_\_init\_\_.py: ``` def from_file(self, filename): # raise FileNotFoundException or IOError if the file...