You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / python3-wirerope-0.4.7-2.lbn36.noarch

python3-wirerope-0.4.7-2.lbn36.noarch

Package Attributes
RPM  python3-wirerope-0.4.7-2.lbn36.noarch.rpm Architecture  noarch Size  45530 Created  2025/04/21 09:40:31 UTC
Package Specification
Summary 'Turn functions and methods into fully controllable objects'
Group Application/Internet
License ZPL
Home Page https://pypi.org/project/wirerope
Description

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

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-wirerope
python3-wirerope
python3.10-wirerope
python3.10dist(wirerope)
python3dist(wirerope)
Obsoletes
python-wirerope

Document Actions