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

Function get_package_class_name

androguard/core/bytecode.py:896–921  ·  view source on GitHub ↗

Return package and class name in a java variant from a typed variant name. If no package could be found, the package is an empty string. example:: >>> get_package_class_name('Ljava/lang/Object;') ('java.lang', 'Object') :param name: the name :rtype: tuple

(name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected