MCPcopy Create free account
hub / github.com/codehasan/dex2c / get_method

Method get_method

androguard/core/analysis/analysis.py:661–674  ·  view source on GitHub ↗

Get the method by name and descriptor, or create a new one if the requested method does not exists. :param name: method name :param descriptor: method descriptor, for example `'(I)V'` :return: :class:`ExternalMethod`

(self, name, descriptor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

GetMethodMethod · 0.95

Calls 1

ExternalMethodClass · 0.85

Tested by

no test coverage detected