-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
In the hooks returned from
def get_type_analyze_hook(self, fullname: str
) -> Optional[Callable[[AnalyzeTypeContext], Type]]: pass
user needs to create Instance objects in the hook, so fullname required there, but UnboundType does not have it.
Surely, user can make a callable factory and initialize it wil a fullname, but it would be so much easier just to get it from context object.
Metadata
Metadata
Assignees
Labels
No labels