This website requires JavaScript.
Explore
Help
Sign In
root
/
flask
mirror of
https://github.com/pallets/flask.git
Watch
1
Star
0
Fork
You've already forked flask
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
main
flask
/
tests
/
test_apps
/
subdomaintestmodule
/
__init__.py
4 lines
73 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Added testcase. This fixes #108
2010-08-20 17:16:18 +08:00
from
flask
import
Module
Reformat with black https://github.com/python/black
2019-05-07 03:39:41 +08:00
mod
=
Module
(
__name__
,
"
foo
"
,
subdomain
=
"
foo
"
)