I hereby claim:
- I am wiml on github.
- I am wiml (https://keybase.io/wiml) on keybase.
- I have a public key whose fingerprint is 48CF 11A5 5EAE 90E4 891C 1D22 F41A 2091 6C79 1A10
To claim this, I am signing this object:
from typing import Optional, Union, List, overload | |
from zope.interface import Interface, implementer | |
class ISomething(Interface): | |
@overload | |
def getStuff(index: int) -> int: | |
... | |
@overload |
import typing, typing_extensions | |
from typing import Any, Container, Iterable, Iterator | |
__version__ : str | |
__author__ : str | |
__license__ : str | |
__copyright__ : str | |
Tv = typing.TypeVar('Tv') |
I hereby claim:
To claim this, I am signing this object: