You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 25 / zope-ExtensionClass-4.3.0-1.lbn25.x86_64

zope-ExtensionClass-4.3.0-1.lbn25.x86_64

Package Attributes
RPM  zope-ExtensionClass-4.3.0-1.lbn25.x86_64.rpm Architecture  x86_64 Size  196613 Created  2021/11/29 02:43:15 UTC
Package Specification
Summary Metaclass for subclassable extension types
Group Application/Internet
License GPL
Home Page http://pypi.appspot/ExtensionClass/4.3.0
Description

ExtensionClass and ExtensionClass-related packages

ExtensionClass

This package provides a metaclass that allows classes implemented in extension modules to be subclassed in Python. Unless you need ExtensionClasses for legacy applications (e.g. Zope 2), you probably want to use Python’s new-style classes (available since Python 2.2). C omputedAttribute

This package provides a way to attach attributes to an ExtensionClass or instance that are computed by calling a callable. This works very much like property known from new-style classes, except that a ComputedAttribute can also be attached to an instance and that it honours ExtensionClass semantics (which is useful for retaining Acquisition wrappers, for example).

MethodObject

This package lets you attach additional “methods” to ExtensionClasses. These “methods” are actually implemented by subclassing the MethodObject.Method class and implementing the __call__ method there. Instances of those classes will be bound to the instances they’re attached to and will receive that instance object as a first parameter (after self).

Requires
python  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
Provides
python-ExtensionClass
python2.7dist(extensionclass)
python2dist(extensionclass)
zope-ExtensionClass
zope-ExtensionClass(x86-64)
Obsoletes
zope-ExtensionClass-egginfo

Document Actions