Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
superInit.py
blob: 8cabeb93c2477be52ae2739fa18aece8ca59943a [
file
] [
log
] [
blame
]
class
Matrix
(
object
):
def
__init__
(
self
):
pass
class
Vector3
(
Matrix
):
def
__init__
(
self
):
super
(
Vector3
,
self
).
__in
<
caret
>