File: resources.py

package info (click to toggle)
python-pyramid 1.10.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,052 kB
  • sloc: python: 42,982; makefile: 41
file content (3 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (8)
1
2
3
class Root(object):
    def __init__(self, request):
        self.request = request