Package dpkt :: Module decorators
[hide private]
[frames] | no frames]

Module decorators

source code

Classes [hide private]
  TestDeprecatedDecorator
Functions [hide private]
 
decorator_with_args(decorator_to_enhance)
This is decorator for decorator.
source code
 
deprecated(*args, **kwargs) source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

decorator_with_args(decorator_to_enhance)

source code 

This is decorator for decorator. It allows any decorator to get additional arguments

deprecated(*args, **kwargs)

source code 
Decorators:
  • @decorator_with_args