nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.32k stars 95 forks source link

Remove runtime definition for overloaded functions #281

Closed Road-hog123 closed 3 weeks ago

Road-hog123 commented 3 weeks ago

As discussed in #278 the non-@overload-decorated function definition that follows all @overload-decorated functions is the runtime implementation of the function, which should not be included in type stubs. This PR removes existing functions of this kind from the mod files.

nutti commented 3 weeks ago

Thank you @Road-hog123