PyEnv.Signature
type t = {
annotations : PyCommon.annotated_name list;
is_static : bool;
is_abstract : bool;
}
val pp : Stdlib.Format.formatter -> t -> unit