Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
88f318c9bf709fa5700350636925f2c46d6ae08d
/
.
/
python
/
testData
/
stubs
/
MetaClass.py
blob: d882691837725dc089a72ca5af54d56599a80689 [
file
] [
log
] [
blame
]
class
M
(
type
):
pass
__metaclass__
=
M
class
C
(
object
):
__metaclass__
=
type
class
D
(
object
):
pass