Public Member Functions | Public Attributes
mergejs.Config Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 exclude
 forceFirst
 forceLast
 include

Detailed Description

Represents a parsed configuration file.

A configuration file should be of the following form:

    [first]
    3rd/prototype.js
    core/application.js
    core/params.js
    # A comment

    [last]
    core/api.js # Another comment

    [exclude]
    3rd/logger.js
    exclude/this/dir

All headings are required.

The files listed in the `first` section will be forced to load
*before* all other files (in the order listed). The files in `last`
section will be forced to load *after* all the other files (in the
order listed).

The files list in the `exclude` section will not be imported.

Any text appearing after a # symbol indicates a comment.

Definition at line 92 of file mergejs.py.


Constructor & Destructor Documentation

def mergejs.Config.__init__ (   self,
  filename 
)
Parses the content of the named file and stores the values.

Definition at line 124 of file mergejs.py.


Member Data Documentation

Definition at line 126 of file mergejs.py.

Definition at line 126 of file mergejs.py.

Definition at line 126 of file mergejs.py.

Definition at line 126 of file mergejs.py.


The documentation for this class was generated from the following file:


websocket_gui
Author(s): Benoit Lescot and Stéphane Magnenat
autogenerated on Mon Oct 6 2014 08:54:48