rodi icon indicating copy to clipboard operation
rodi copied to clipboard

Improve typing of `inject`

Open sobolevn opened this issue 7 months ago • 0 comments

globals() and locals() are both returning dict[str, Any]:

  • https://github.com/python/typeshed/blob/712e4146ef255f14ecf396aac4996cdbef708312/stdlib/builtins.pyi#L1413
  • https://github.com/python/typeshed/blob/712e4146ef255f14ecf396aac4996cdbef708312/stdlib/builtins.pyi#L1443

inject only add two protected attributes to a function / type. So, we can say that it returns the object unchanged: T -> T.

sobolevn avatar Jun 29 '24 10:06 sobolevn