Package tdi :: Module util :: Class CallableDeprecator
[frames] | no frames]

Class CallableDeprecator

source code

object --+    
         |    
Deprecator --+
             |
            CallableDeprecator

Callable proxy deprecation class
Instance Methods
 
__call__(self, *args, **kwargs)
Call with deprecation warning
source code

Inherited from Deprecator: __getattr__, __init__, __iter__

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

Static Methods

Inherited from Deprecator: __new__

Properties

Inherited from object: __class__

Method Details

__call__(self, *args, **kwargs)
(Call operator)

source code 
Call with deprecation warning