add missing comments
This commit is contained in:
parent
c0e4ee1b6b
commit
2940316c48
@ -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__(
|
||||||
|
Loading…
Reference in New Issue
Block a user