mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-12 23:16:31 +08:00
improved version
This commit is contained in:
@@ -59,7 +59,7 @@ class ExceptionReporter:
|
||||
context_lines: int,
|
||||
loader: Optional[Union[SourceFileLoader, Type[FrozenImporter]]] = ...,
|
||||
module_name: str = ...
|
||||
) -> Union[Tuple[int, List[str], str, List[str]], Tuple[None, List[Any], None, List[Any]], Tuple[int, List[str], str, List[Any]]]: ...
|
||||
) -> Union[Tuple[int, List[str], str, List[Any]], Tuple[int, List[str], str, List[str]], Tuple[None, List[Any], None, List[Any]]]: ...
|
||||
def get_traceback_data(self) -> Dict[str, Any]: ...
|
||||
def get_traceback_frames(self) -> List[Any]: ...
|
||||
def get_traceback_html(self) -> SafeText: ...
|
||||
|
||||
Reference in New Issue
Block a user