Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
fb622e88e71a8cbcabfbaea3685fbd301484baf1
/
.
/
test-data
/
unit
/
fixtures
/
function.pyi
blob: 768ca903be0515322e7b96df4b521e445fb74d85 [
file
]
from
typing
import
builtinclass
@builtinclass
class
object
:
def
__init__
(
self
):
pass
class
type
:
pass
class
function
:
pass
class
int
:
pass
class
str
:
pass