OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cleandoc
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py
199
return inspect.
cleandoc
(node.body[0].value.s)
inspect.py
367
return
cleandoc
(doc)
369
def
cleandoc
(doc):
function
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py
199
return inspect.
cleandoc
(node.body[0].value.s)
inspect.py
367
return
cleandoc
(doc)
369
def
cleandoc
(doc):
function
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py
250
self.assertEqual(inspect.
cleandoc
('An\n indented\n docstring.'),
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py
250
self.assertEqual(inspect.
cleandoc
('An\n indented\n docstring.'),
[
all
...]
Completed in 3033 milliseconds