Searched defs:GetMethods (Results 1 – 3 of 3) sorted by relevance
17 public class GetMethods extends SuperGetMethods { class18 public GetMethods(int i) {} in GetMethods() method in GetMethods19 protected GetMethods(String i, int j) {} in GetMethods() method in GetMethods20 GetMethods() {} in GetMethods() method in GetMethods21 private GetMethods(int i, int j) {} in GetMethods() method in GetMethods
136 func (x *Api) GetMethods() []*Method { func
1677 static PyObject* GetMethods(PyBaseDescriptor* self, void *closure) { in GetMethods() function