Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
commentBetweenClasses.py
blob: b8523949c0b6397aa0591bc0187248b77c368253 [
file
] [
log
] [
blame
]
class
T1
(
object
):
def
m1
(
self
):
pass
# comment about T2
class
T2
(
object
):
def
m2
(
self
):
pass