MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / bottle.py

File bottle.py

21-async/mojifinder/bottle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3"""
4Bottle is a fast and simple micro-framework for small web applications. It

Callers

nothing calls this directly

Calls 12

touniFunction · 0.85
make_default_app_wrapperFunction · 0.85
LocalRequestClass · 0.85
LocalResponseClass · 0.85
AppStackClass · 0.85
_ImportRedirectClass · 0.85
pushMethod · 0.80
insertMethod · 0.80
setdefaultMethod · 0.80
runFunction · 0.70
evalFunction · 0.50
itemsMethod · 0.45

Tested by

no test coverage detected