MethodInspector.jl

Julia package to inspect the names and types of method arguments
Author bluesmoon
Popularity
2 Stars
Updated Last
2 Months Ago
Started In
May 2024

MethodInspector.jl

Julia package to inspect the names and types of method arguments

GH Build Coverage Status

Quick Usage

julia> Pkg.add("MethodInspector")

julia> using MethodInspector

julia> # Now you can use arg_names, arg_types, kwarg_names and kwarg_types on any method of a function.

See the docs for more details on usage.

You'll also find more examples in the tests/.