Object which contains filename, character encoding, line number, and options to use in moo.Editor.open_file().
gobject.Object
  |
  +-- moo.OpenInfo
OpenInfo(path, encoding=None, line=-1, flags=0)
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
Returns: moo.OpenInfo
OpenInfo.new_file(file, encoding=None, line=-1, flags=0)
| 
 | |
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
Returns: moo.OpenInfo
OpenInfo.new_uri(uri, encoding=None, line=-1, flags=0)
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
Returns: moo.OpenInfo