Home
last modified time | relevance | path

Searched refs:_addmethod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dpyclbr.py65 def _addmethod(self, name, lineno): member in Class
173 cur_class._addmethod(meth_name, lineno)
/external/python/cpython3/Lib/
Dpyclbr.py79 def _addmethod(self, name, lineno): member in Class
88 ob._addmethod(func_name, lineno)