Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/chardet/codingstatemachinedict.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

8 statements  

1from typing import Tuple, TypedDict 

2 

3 

4class CodingStateMachineDict(TypedDict, total=False): 

5 class_table: Tuple[int, ...] 

6 class_factor: int 

7 state_table: Tuple[int, ...] 

8 char_len_table: Tuple[int, ...] 

9 name: str 

10 language: str # Optional key