Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
ddb2e52776abeba7a2003ff1897e1e5f3236d43b
/
.
/
test-data
/
unit
/
lib-stub
/
six.pyi
blob: 97dbeabf861aa221964f9c9fbcf17f62072d84c1 [
file
]
from
typing
import
Type
,
Callable
def
with_metaclass
(
mcls
:
Type
[
type
],
*
args
:
type
)
->
type
:
pass
def
add_metaclass
(
mcls
:
Type
[
type
])
->
Callable
[[
type
],
type
]:
pass