Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
bfa3c841ea5e71e08f9dafba4e968bd6d5980400
/
.
/
test-data
/
unit
/
fixtures
/
notimplemented.pyi
blob: e619a6c5ad8514199331168d2e943e7c2fd76502 [
file
]
# builtins stub used in NotImplemented related cases.
from
typing
import
Any
,
cast
class
object
:
def
__init__
(
self
)
->
None
:
pass
class
type
:
pass
class
function
:
pass
class
bool
:
pass
class
int
:
pass
class
str
:
pass
NotImplemented
=
cast
(
Any
,
None
)