Introduce some stricter typing

This commit is contained in:
Dave Halter
2026-02-04 01:19:14 +01:00
parent c7481b3319
commit 30ef824abd
28 changed files with 171 additions and 67 deletions
+3
View File
@@ -1,4 +1,5 @@
from abc import abstractproperty
from typing import Any
from jedi import debug
from jedi import settings
@@ -187,6 +188,8 @@ class CompiledInstance(AbstractInstanceValue):
class _BaseTreeInstance(AbstractInstanceValue):
get_defined_names: Any
@property
def array_type(self):
name = self.class_value.py__name__()