add missing comments

This commit is contained in:
Jan Petykiewicz 2023-01-26 11:43:49 -08:00 committed by jan
parent c0e4ee1b6b
commit 2940316c48

View File

@ -413,6 +413,8 @@ class MutableLibrary(Library, MutableMapping[str, 'Pattern'], metaclass=ABCMeta)
#def __getitem__(self, key: str) -> 'Pattern': #def __getitem__(self, key: str) -> 'Pattern':
#def __iter__(self) -> Iterator[str]: #def __iter__(self) -> Iterator[str]:
#def __len__(self) -> int: #def __len__(self) -> int:
#def __setitem__(self, key: str, value: 'Pattern') -> None:
#def __delitem__(self, key: str) -> None:
@abstractmethod @abstractmethod
def __setitem__( def __setitem__(