Skip to main content

@self decorator makes method return self (jQuery-like chaining)

Project description

https://img.shields.io/pypi/v/self.svg https://img.shields.io/pypi/pyversions/self.svg https://img.shields.io/pypi/dm/self.svg

Install

github.com: pip install git+git://github.com/russianidiot/self.py.git

pypi.python.org: pip install self

download: [ -e requirements.txt ] && pip install -r requirements.txt; python setup.py install

Usage

from self import *

class CLS:
        @self
        def method():
                print("test")

        @self
        def method2():
                print("test")

CLS().method().method2() # jQuery like chain

Feedback

github_issues - Github Issues

gitter - Chat with me (english/russian)

russianidiot.github.io/python/ - my Python packages

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page