-
zope.broken-3.6.0-2.lbn13.noarch
This package defines a marker interface, zope.broken.IBroken, used
to identify objects which cannot be correctly loaded from the ZODB,
typically because the class named in their pickle is not importable.
The package exists as a dependency inversion, preventing packages which
need to use this interface (e.g., zope.container) from inheriting
the dependencies of zope.app.broken (where the interface used to be
defined).
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.browser-1.3-2.lbn13.noarch
This package provides shared browser components for the Zope Toolkit.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.browsermenu-3.9.1-2.lbn13.noarch
Browser menu implementation for Zope 3.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.browserpage-3.12.2-2.lbn13.noarch
ZCML directives for configuring browser views for Zope.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.browserresource-3.10.3-2.lbn13.noarch
Browser resources implementation for Zope.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.cachedescriptors-3.5.1-2.lbn13.noarch
Cached descriptors cache their output. They take into account
instance attributes that they depend on, so when the instance
attributes change, the descriptors will change the values they
return.
Cached descriptors cache their data in _v_ attributes, so they are
also useful for managing the computation of volatile attributes for
persistent objects.
Persistent descriptors:
property
A simple computed property. See property.txt.
method
Idempotent method. The return values are cached based on method
arguments and on any instance attributes that the methods are
defined to depend on.
**Note**, only a cache based on arguments has been implemented so far.
See method.txt.
Cached Properties
-----------------
Cached properties are computed properties that cache their computed
values. They take into account instance attributes that they depend
on, so when the instance attributes change, the properties will change
the values they return.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.catalog-3.8.2-2.lbn13.noarch
Catalogs provide management of collections of related indexes with a basic
search algorithm.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.component-3.10.0-2.lbn13.noarch
Zope Component API
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.componentvocabulary-1.0.1-2.lbn13.noarch
This package contains various vocabularies.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13
-
zope.configuration-3.8.1-2.lbn13.noarch
The zope configuration system provides an extensible system for
supporting various kinds of configurations.
It is based on the idea of configuration directives. Users of the
configuration system provide configuration directives in some
language that express configuration choices. The intent is that the
language be pluggable. An XML language is provided by default.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 13