gh-113317: Argument Clinic: Add libclinic.function#116807
gh-113317: Argument Clinic: Add libclinic.function#116807vstinner merged 1 commit intopython:mainfrom
Conversation
Move Module, Class, Function and Parameter classes to a new libclinic.function module. Move VersionTuple and Sentinels to libclinic.utils.
2da1479 to
a330f0e
Compare
This naming does not make sense to me. Why would class, module and parameter live in a file called |
Do you want to propose a different name? Or have one class per file? |
With one class per file you at least don't need to |
|
The commit message says:
But this is not true; |
Parameter was moved to libclinic.function in the merged commit, no? Search for |
|
No, you're right; I misread it in-between all the changes. Sorry! |
Move Module, Class, Function and Parameter classes to a new libclinic.function module. Move VersionTuple and Sentinels to libclinic.utils.
Move Module, Class, Function and Parameter classes to a new libclinic.function module. Move VersionTuple and Sentinels to libclinic.utils.
Move Module, Class, Function and Parameter classes to a new libclinic.function module. Move VersionTuple and Sentinels to libclinic.utils.
and Parameterclasses to a new libclinic.function module.