twisted.python.log._actually(something) function documentationtwisted.python.log
          View Source
          
        
      A decorator that returns its argument rather than the thing it is decorating.
This allows the documentation generator to see an alias for a method or constant as an object with a docstring and thereby document it and allow references to it statically.
| Parameters | something | An object to create an alias for. (type: object) | 
| Returns | a 1-argument callable that returns something (type: object) | |
| Function | decorate | Undocumented |