python中 __call__ 的應用
概要
Python中,如果在建立class的時候寫了call()方法, 那麼該class例項化出例項後, 例項名()就是呼叫call()方法。
例子
class Animal(object):
__call__(self, words):
print "Hello: ", words
if __name__ == "__main__":
cat = Animal()
cat("I am cat!")
>>> Hello: I am cat!
相關文章
- python中的__call__Python
- python中的__init__ 、__new__、__call__小結Python
- 簡述Python類中的 __init__、__new__、__call__ 方法Python
- redis在python中的應用RedisPython
- Python類中__del__()、__call__()、__repr__()、__new__()、__hash__()方法Python
- __call__
- 類中的__init__()和__call__()函式函式
- python的應用Python
- 邊框檢測在 Python 中的應用Python
- Python中的numba的基本應用!讓你的Python快一萬倍!Python
- Python中lambda表示式的語法與應用Python
- 《探索Python Requests中的代理應用與實踐》Python
- 詳解Python中sys模組的功能與應用Python
- python中多執行緒和多程序的應用Python執行緒
- 2.3 應用程式容器中的應用程式概述
- python裝飾器decorator的應用Python
- Js中Currying的應用JS
- JavaScript中AOP的應用JavaScript
- 最令人頭疼的Python問題:Python多執行緒在爬蟲中的應用Python執行緒爬蟲
- Linux 中 sed 中xxx 的應用Linux
- python基礎應用Python
- python 裝飾器在介面自動化測試中的應用Python
- python裝飾器在介面自動化測試中的應用Python
- BurpSuite在非Web應用測試中的應用UIWeb
- SpringBoot中的響應式web應用Spring BootWeb
- python網路爬蟲應用_python網路爬蟲應用實戰Python爬蟲
- redis在nodejs中的應用RedisNodeJS
- Refs 在React中的應用React
- HMM在NLP中的應用HMM
- PLC程式中的配方應用C程式
- .Net core 中 AutoMapper的應用APP
- Linux awk 中 xxxx的應用Linux
- MQTT 在 Elixir 中的應用MQQT
- [Python]OS模組應用Python
- Python應用01 原始Python伺服器Python伺服器
- Render函式在Vue多頁面應用中的應用函式Vue
- 分享Python的5種高階特徵應用Python特徵
- python應用資料科學的優勢Python資料科學