Package application :: Module schema :: Class AttributeAsEndpoint
[hide private]
[frames] | no frames]

Class AttributeAsEndpoint

source code

object --+    
         |    
  Endpoint --+
             |
            AttributeAsEndpoint

Adapt a Descriptor or attribute name to use as an Endpoint factory

Instance Methods [hide private]
 
__init__(self, attr, policy) source code
 
make_endpoint(self, cloud, alias) source code

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

Static Methods [hide private]
 
__new__(cls, attr, policy)
Returns: a new object with type S, a subtype of T
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, attr, policy)
Static Method

source code 
Returns:
a new object with type S, a subtype of T

Overrides: object.__new__
(inherited documentation)

__init__(self, attr, policy)
(Constructor)

source code 
Overrides: Endpoint.__init__

make_endpoint(self, cloud, alias)

source code 
Overrides: Endpoint.make_endpoint