Lines Matching refs:methods
85 self.methods = Methods(item)
107 methods = filter(lambda m: not m.IsNotXPCOM(), self.methods)
108 for m in methods:
132 methods = filter(lambda m: not m.IsNotXPCOM(), self.methods)
133 if len(methods):
134 for m in methods:
147 # A class that allows caching and iterating of methods.
155 print "** GetMethodCount failed?? - assuming no methods"