Find a method by name using regular expression. This method will return all MethodClassAnalysis objects, which match the classname, methodname, descriptor and accessflags of the method. :param classname: regular expression for the classname :param methodname
(self, classname=".*", methodname=".*", descriptor=".*",
accessflags=".*", no_external=False)
source not stored for this graph (policy: none)
no test coverage detected