Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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__
()