As a member of the team, I need to see if the MonkeyType library for Python
can be implemented or emulated in our project
so that input code files can have their variable types labeled on runtime during development.
Very niche use case for our development, as it only generates on runtime, which could cut into processing time.
Emulates C in showing the code flow with the parameter's types for each function call.
Could be useful for breaking down what obfuscated source code does, which might help on random refactoring (e.g. if the function only processes numbers, you know you can try a string of numbers).
As a member of the team, I need to see if the MonkeyType library for Python can be implemented or emulated in our project so that input code files can have their variable types labeled on runtime during development.
Sources: