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

Function FormatClassToPython

androguard/core/bytecode.py:876–893  ·  view source on GitHub ↗

Transform a typed class name into a form which can be used as a python attribute example:: >>> FormatClassToPython('Lfoo/bar/foo/Barfoo$InnerClass;') 'Lfoo_bar_foo_Barfoo_InnerClass' :param i: classname to transform :rtype: str

(i)

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