IR.PythonClassName
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val make : string -> t
val classname : t -> string
val components : t -> string list
val wildcard : t
val pp : F.formatter -> t -> unit
val to_string : t -> string
val is_final : t -> bool
val is_module : t -> bool
val is_module_attribute : t -> bool
will return the pair (module_name, attribute) params of the type iff the type name is a module attribute type
val get_module_name : t -> string option
will return the string representation of the module iff type name is a module type