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 not stored for this graph (policy: none)