qualname property
Returns the qualified name of the object.
This is usually the value of the Python object's __qualname__ attribute.
Implementation
final String? qualname;
Returns the qualified name of the object.
This is usually the value of the Python object's __qualname__ attribute.
final String? qualname;