Module PyEnv.Signature

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