🌈 搜索
📅  最后修改于: 2022-03-11 14:45:18.813000             🧑  作者: Mango
object_methods = [method_name for method_name in dir(object) if callable(getattr(object, method_name))]