Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Classes | Functions | Variables
xorn.geda.fileformat Namespace Reference

File formats. More...

Classes

class  UnknownFormatError
 Raised when the format of a file isn't specified and can't be guessed from the file name. More...
 

Functions

def guess_format
 

Variables

dictionary VALID_FORMATS
 

Detailed Description

File formats.

Function Documentation

def xorn.geda.fileformat.guess_format (   path)

Definition at line 40 of file fileformat.py.

Variable Documentation

dictionary xorn.geda.fileformat.VALID_FORMATS
Initial value:
1 = {
2  'sch': FORMAT_SCH,
3  'sym': FORMAT_SYM,
4  'schxml': FORMAT_SCH_XML,
5  'symxml': FORMAT_SYM_XML
6 }

Definition at line 27 of file fileformat.py.