MCPcopy Create free account
hub / github.com/ReversecLabs/drozer / loadClass

Method loadClass

src/pysolar/reflection/utils/class_loader.py:29–30  ·  view source on GitHub ↗
(self, klass)

Source from the content-addressed store, hash-verified

27 self.system_class_loader = system_class_loader
28
29 def loadClass(self, klass):
30 return self.getClassLoader().loadClass(klass);
31
32 def getClassLoader(self):
33 """

Callers

nothing calls this directly

Calls 1

getClassLoaderMethod · 0.95

Tested by

no test coverage detected