Sign in
fuchsia
/
third_party
/
github.com
/
pylint-dev
/
pylint
/
ffb3320f93dca747c5f5c0acad8c3eb1fb2bb1e5
/
.
/
tests
/
functional
/
e
/
empty_docstring.py
blob: 88901d8833b6fdb43b1d81b7ff3ed494f0ec7655 [
file
] [
log
] [
blame
]
''''''
# [empty-docstring]
# pylint: disable=missing-module-docstring, missing-class-docstring, too-few-public-methods, pointless-string-statement
"""Tests for empty-docstring"""
class
MyClass
:
def
__init__
(
self
,
my_param
:
int
)
->
None
:
'''
'''