This PR mainly adds docstring to most functions in the codebase.
It also includes a major refactor to rename Function.Argument to Function.Parameter and all argument references parameters where needed.
Finally, it refactors printers into a submodule and separate files for each printer
Some renaming required some tests to be updated too
This PR mainly adds docstring to most functions in the codebase.
It also includes a major refactor to rename `Function.Argument` to `Function.Parameter` and all argument references parameters where needed.
Finally, it refactors printers into a submodule and separate files for each printer
Some renaming required some tests to be updated too
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR mainly adds docstring to most functions in the codebase.
It also includes a major refactor to rename
Function.ArgumenttoFunction.Parameterand all argument references parameters where needed.Finally, it refactors printers into a submodule and separate files for each printer
Some renaming required some tests to be updated too