Python contract wrappers (#1721)
This commit is contained in:
committed by
F. Eugene Aumson
parent
e043735362
commit
a256494ec8
@@ -0,0 +1,9 @@
|
||||
from typing import Callable
|
||||
|
||||
def fixture(scope: str) -> Callable:
|
||||
...
|
||||
|
||||
class ExceptionInfo:
|
||||
...
|
||||
|
||||
def raises(exception: Exception) -> ExceptionInfo: ...
|
||||
Reference in New Issue
Block a user