PyEnv.Info
Type information about various entities (toplevel declarations, temporaries, ...).
type kind =
| Code
| Class
| Other
type t = {
kind : kind;
typ : T.Typ.t;
}
val default : T.Typ.t -> t
val is_code : kind -> bool
val is_class : kind -> bool