Package mapproxy :: Package core :: Module conf_loader :: Class Source
[hide private]
[frames] | no frames]

Class Source

source code

object --+
         |
        Source
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, layer_conf, source, param=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  is_cache = False
Instance Variables [hide private]
  layer_conf
the LayerConf of this source
  param
the parameters for this source
  source
the source configuration
Properties [hide private]
  name

Inherited from object: __class__

Method Details [hide private]

__init__(self, layer_conf, source, param=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Parameters:
  • param - the param for this source, if None the param of the layer will be used.
Overrides: object.__init__

Property Details [hide private]

name

Get Method:
unreachable.name(self)