Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
superInit.after.py
blob: b31494d3761fbf363f161a1a23b91fb462933f7e [
file
] [
log
] [
blame
]
class
Matrix
(
object
):
def
__init__
(
self
):
pass
class
Vector3
(
Matrix
):
def
__init__
(
self
):
super
(
Vector3
,
self
).
__init__
()