Introspection

Term.introspection.inspectMethod
inspect(type::DataType; width::Int=120)

Introspect a type.

Extract info like docstring, fields, types etc. and show it in a structured terminal output.

source
Term.introspection.inspectMethod
inspect(fun::Function; width::Int=88, max_n_methods::Int = 7)

Inspects Function objects providing docstrings, and methods signatures.

source