예제 #1
0
파일: test_ice.py 프로젝트: susam/ice-doc
 def foo():
     return app.static('/', data.filepath('foo.txt'))
예제 #2
0
 def foo():
     return app.static('/', data.filepath('foo.txt'))
예제 #3
0
파일: test_ice.py 프로젝트: susam/ice-doc
 def foo():
     return app.static(data.filepath('subdir'), '../foo.txt')
예제 #4
0
 def foo():
     return app.static(data.filepath('subdir'), '../foo.txt')