| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@JelleZijlstra By the way, should this PR be backported to 3.12 and 3.13? |
Sorry, something went wrong.
|
I don't think so, we're adding a method so this is a new feature. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In this PR, I decided to only export the DEF_TYPE_PARAM flag for now. Note that some flags are exported but not exposed in repr() but I will not change that behaviour for now. Other flags such as DEF_COMP_ITER could be exported and used but I decided not to do it for now as well.
I changed some stylistic parts as well since they were probably missed. Note that the order of the imports in symtable affect the repr() (maybe it would have been preferrable to change the macros' values...).