Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-directive-code / py-decorators.inc
Size: Mime:
# Literally included file using Python highlighting

@class_decorator
@other_decorator()
class TheClass(object):

    @method_decorator
    @other_decorator()
    def the_method():
        pass

@function_decorator
@other_decorator()
def the_function():
    pass