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