微信搜索“毛凌志岗前心得”小程序
Python list of class attributes - Python
import inspect class aClass: aMember = 1 def aFunc(): pass inst = aClass() print inspect.getmembers(inst)
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3