This website requires JavaScript.
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_algN
Watch
1
Star
0
Fork
You've already forked tuoheng_algN
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
030d30e4e8
tuoheng_algN
/
test
/
设计模式
/
单例
/
test.py
7 lines
144 B
Python
Raw
Blame
History
from
single
import
db_singleton
if
__name__
==
'
__main__
'
:
print
(
id
(
db_singleton
)
)
print
(
id
(
db_singleton
)
)
print
(
id
(
db_singleton
)
)
Reference in New Issue
View Git Blame
Copy Permalink