Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
doctests
/
className.docstring
blob: d8dcb249ab65365e1ab57189d5bd2b440d018c32 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
class
Test
:
2
pass
3
4
def
foo
():
5
"""
6
>>> a = Tes<caret>
7
8
"""