Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>