This website requires JavaScript.
Explore
Help
Register
Sign In
chenbinwen
/
algN
Watch
1
Star
0
Fork
You've already forked algN
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dadb4007ca
algN
/
vodsdk
/
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