Hi,
while reading the documentation I have found an error:
https://www.sublimetext.com/docs/3/api_reference.html#sublime.View
at sublime.Window Class -> new_file() documentation states that:
“Creates a new file. The returned view will be empty, and its is_loaded() method will return True.”
But there is no is_loaded() function for the view class!
BR.