Exemplo n.º 1
0
Arquivo: url.py Projeto: Hazer/WebCore
 def deep(self, path):
     return url() + '\n' + url.compose(path)
Exemplo n.º 2
0
Arquivo: url.py Projeto: Hazer/WebCore
 def list(self):
     return url.compose('/child', 27)
Exemplo n.º 3
0
Arquivo: url.py Projeto: Hazer/WebCore
 def hello(self, name="world"):
     return url.compose(name=name)
Exemplo n.º 4
0
Arquivo: url.py Projeto: Hazer/WebCore
 def index(self):
     return url.compose('list')
Exemplo n.º 5
0
Arquivo: url.py Projeto: Hazer/WebCore
 def index(self):
     return url.compose('delete', confirm="yes")