Skip to main content

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

Project description

Install

[sudo] pip install self

Usage

>>> from self import self

>>> @self
        def method(self):

Example

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

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

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

Examples/

Feedback github_issues gitter github_follow

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

self-0.0.12.tar.gz (2.4 kB view hashes)

Uploaded Source

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