Skip to main content

'Turn functions and methods into fully controllable objects'

Project description

https://github.com/youknowone/wirerope/actions/workflows/python-package.yml/badge.svg https://codecov.io/gh/youknowone/wirerope/graph/badge.svg

The concepts:

  • wirerope.rope.WireRope is a wrapper interface for python callable.

  • Custom wirerope.wire.Wire class provides user-defined behavior. A subclass of this class is working similar to a decorator function body.

  • A wire object is associated with a bound method.

  • Rope is dispatching types.

wirerope.rope.WireRope is the wrapper for callables. By wrapping a function with WireRope with a custom subclass of the wirerope.wire.Wire class, the wire object will be created by each function or bound method.

Wire is the most important part. The given class will be instantiated and bound to each function or bound method - which fits the concept of instance cmethod of human. For example, when f is a free function or staticmethod, the wire also will be a single object. When f is a method or property, wires will be created for each method owner object self. When f is a classmethod, wires will be created for each method owner class cls. Yes, it will detect the owner and bound to it regardless of the calling type.

Rope is internal dispatcher. It will be helpful when creating a complex object for decorated callable instead of simple callable feature.

See also

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

wirerope-0.4.5.tar.gz (8.6 kB view details)

Uploaded Source

File details

Details for the file wirerope-0.4.5.tar.gz.

File metadata

  • Download URL: wirerope-0.4.5.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for wirerope-0.4.5.tar.gz
Algorithm Hash digest
SHA256 72cd28d5afd639c07fb2cd470492514c710db8b768e4d4528f3e0bdd5b0fbd9c
MD5 dc299d3432bc65a69b69b1b9164aa97f
BLAKE2b-256 519c83089a2d65a553554a95f3fc5868601e98421bcd57d08a8c3a927be2c43e

See more details on using hashes here.

Provenance

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