Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
d
/
dotted_ancestor.py
blob: 89826179a95cd83a2c56ebe24491c5a6805e9e7c [
file
] [
log
] [
blame
]
"""bla"""
from
..
n
.
non
import
non_init_parent_called
class
Aaaa
(
non_init_parent_called
.
AAAA
):
# [too-few-public-methods]
"""test dotted name in ancestors"""
def
__init__
(
self
):
non_init_parent_called
.
AAAA
.
__init__
(
self
)