blob: 7e0059bb1c4aa951ac5dbff335b58997d37505c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
===================
``zope.location``
===================
.. image:: https://img.shields.io/pypi/v/zope.location.svg
:target: https://pypi.python.org/pypi/zope.location/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.location.svg
:target: https://pypi.org/project/zope.location/
:alt: Supported Python versions
.. image:: https://travis-ci.org/zopefoundation/zope.location.svg?branch=master
:target: https://travis-ci.org/zopefoundation/zope.location
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.location/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.location?branch=master
.. image:: https://readthedocs.org/projects/zopelocation/badge/?version=latest
:target: http://zopelocation.readthedocs.org/en/latest/
:alt: Documentation Status
In Zope3, "locations" are special objects that have a structural
location, indicated with ``__name__`` and ``__parent__`` attributes.
See `zope.container <https://zopecontainer.readthedocs.io/en/latest>`_
for a useful extension of this concept to "containers."
Documentation is hosted at https://zopelocation.readthedocs.io/en/latest/
|