Skip to content

Commit 4bc597b

Browse files
committedNov 19, 2019
no message
1 parent a426b0a commit 4bc597b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎创建型模式-享元模式-元类.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ def __init__(self, a, b):
3535
A(1, 2)
3636
A(1, 3)
3737
"""
38-
"D:/coding2/python36patterns/创建型模式-享元模式-元类.py:28" 14:19:44 初始化 1,2
38+
"D:/coding2/python36patterns/创建型模式-享元模式-元类.py:28" 14:19:44 初始化 1,2 # 这句话只会运行一次,享元模式命中了缓存。
3939
"D:/coding2/python36patterns/创建型模式-享元模式-元类.py:28" 14:19:44 初始化 1,3
4040
"""

0 commit comments

Comments
 (0)
Please sign in to comment.