Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
2b1eb58a250c5f1eb4ef5fb1f312ff528c5a1d4e
/
.
/
test-data
/
unit
/
lib-stub
/
future
/
utils.pyi
blob: 1f1e4ec7e5973ac2a85c5368ee7dd8375853fb71 [
file
]
from
typing
import
Type
def
with_metaclass
(
meta
:
Type
[
type
],
*
bases
:
type
)
->
type
:
pass