skip to main
|
skip to sidebar
deeply love python
2008年7月13日 星期日
__name__ & __main__
when the file is run as a top-level program, __name__ is set as __main__
when the file is imported, __name__ is set to the module's name
Hence, we can use __name__ to do unit test.
If __name__ == __main__, we execute unit test
if __name__ != __main__, unit test is not executed
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
django general
django routing
django view
google api
google app engine
python general
python software
my other website
deeply love javascript & ajax
deeply love html & css
deeply love java
deeply love linux
deeply love apple & mac
deeply love ruby
deeply love activity
網誌存檔
▼
2008
(47)
►
12月
(1)
►
9月
(2)
►
8月
(12)
▼
7月
(13)
python imaging library
template
exception
debug in django
change type
view function
class method & static method
url mapping
raw string
python path
create a project, create an app, run the server, ...
install django
__name__ & __main__
►
6月
(19)
關於我自己
彼得潘
App程式設計入門 iPhone . iPad 第二版 2012.2 App程式設計入門 iPhone . iPad 第一版 2010.11
檢視我的完整簡介
沒有留言:
張貼留言