get_class_name¶ asdf.util.get_class_name(obj, instance=True)[source]¶ Given a class or instance of a class, returns a string representing the fully specified path of the class. Parameters: objobjectAn instance of any object instance: boolIndicates whether given object is an instance of the class to be named