Skip to content

Commit

Permalink
write note
Browse files Browse the repository at this point in the history
  • Loading branch information
miaopei committed Dec 10, 2018
1 parent 552555d commit 016d02d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 04-编程语言/01-Python/pyton设计模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ if __name__ == '__main__':
>
> 当这个唯一实例应该是通过子类化可扩展的,并且客户应该无需更改代码就能使用一个扩展的实例时。
<details><summary>单例模式code<summary>
<details><summary>适配器模式code</summary>


```python
#实现__new__方法
Expand Down

0 comments on commit 016d02d

Please sign in to comment.