https://github.com/pylons/pyramid_traversalwrapper
Alternate traversal plugin for Pyramid which automates __parent__ and __name__
https://github.com/pylons/pyramid_traversalwrapper
Last synced: 9 months ago
JSON representation
Alternate traversal plugin for Pyramid which automates __parent__ and __name__
- Host: GitHub
- URL: https://github.com/pylons/pyramid_traversalwrapper
- Owner: Pylons
- License: other
- Created: 2010-12-16T00:12:25.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T10:47:44.000Z (over 10 years ago)
- Last Synced: 2024-04-08T17:11:08.519Z (almost 2 years ago)
- Language: Python
- Homepage: https://pylonsproject.org
- Size: 209 KB
- Stars: 5
- Watchers: 12
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
pyramid_traversalwrapper
========================
An alternate implementation of the
``pyramid.interfaces.ITraverserFactory`` (a "traverser") which
wraps each traversed object in a proxy. This allows a
"location-ignorant" model (a model which does not possess intrinsic
``__name__`` and ``__parent__`` attributes) to be used as the root
object and as any object returned from any other model's
``__getitem__`` method during traversal.
See docs/index.rst for more information.