pythonizer icon indicating copy to clipboard operation
pythonizer copied to clipboard

Enh: Implement use constant

Open snoopyjc opened this issue 3 years ago • 2 comments

Enhancement: Implement use constant. See https://perldoc.perl.org/constant

snoopyjc avatar Nov 10 '21 07:11 snoopyjc

Assign them to python variables like you would do with capital variable names in python anyway. Be careful to treat bare word references which are defined as constants as such and not strings.

snoopyjc avatar Nov 10 '21 07:11 snoopyjc

Fixed in https://github.com/snoopyjc/pythonizer

snoopyjc avatar Feb 07 '22 16:02 snoopyjc