constable icon indicating copy to clipboard operation
constable copied to clipboard

Constable lets you be lazy by inserting prints directly into your AST for stateful debugging :man_juggling:

Results 1 constable issues
Sort by recently updated
recently updated
newest added

Started using `constable` and loving it so far. I have however noticed that `constable` seems to have issues with static methods. The following sample code produces an exception: ```python import...