demergent-labs/kybra

Update Python Keyword handling

Opened this issue · 0 comments

It is valid python to have a function that just has an underscore for a name. That is not valid candid or rust. so we will need to extend our keyword cleanse to include function names and just underscores.