fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

Redundant `| None` types in the argument types

Open Andrej730 opened this issue 1 year ago • 1 comments
trafficstars

On the left it's bpy/utils/__init__.py from fake-bpy, on the right - Blender 4.1 bpy/utils/__init__.py.

Note two issues:

  1. path and create have a redundant | None in their types.
  2. Signature is missing *, making path and create not keyword-only though they actually are.

image

Andrej730 avatar Jun 28 '24 07:06 Andrej730