Skip to main content

property for class methods

Project description

classproperty
======

#### Install
```pip install classproperties```


#### Usage
```
from classproperties import classproperty

class Foo:
@classproperty
def prop():
return 'hi there'

@classproperty
def other(cls):
return 'also works'


Foo.prop
Foo.other
```

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

classproperties-0.2.0.tar.gz (2.6 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