Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:all_methods

127 def all_methods(obj):
142 return [name for name in all_methods(obj) if name[0] != '_']