IR.PythonClassNameinclude Ppx_compare_lib.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.tval make : string -> tval classname : t -> stringval components : t -> string listval wildcard : tval pp : F.formatter -> t -> unitval to_string : t -> stringreturn the class of the companion class object of this class eg: Foo -> Foo$static
return the origin class of a companion class object eg: Foo$static -> Foo. the result is not specified if is the name is not a valid static class name
val is_static : t -> booltests if the name is a valid static class name (ie. ends with "$static")