Sign in
android
/
platform
/
external
/
python
/
pylint
/
612950b6eae36a543f4645d743f5fd02839c9788
/
.
/
tests
/
functional
/
i
/
init_is_generator.py
blob: 17f96db3058b3f7327a22aa94336b92ef46a375c [
file
] [
log
] [
blame
]
# pylint: disable=missing-docstring,too-few-public-methods, useless-object-inheritance
class
SomeClass
(
object
):
def
__init__
(
self
):
# [init-is-generator]
yield
None