Completed
Push — master ( 18d750...3bad9e )
by Andrii
11:56
created

heppy.modules.builtin   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %
Metric Value
dl 0
loc 6
rs 10
wmc 1
1
from ..Module import Module
2
3
class builtin(Module):
4
5
### REQUEST rendering
6
7
    def render_greeting(self, request):
8
        request.raw = 'greeting'
9