Home
last modified time | relevance | path

Searched defs:rawtext (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py61 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
70 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py82 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
91 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
/external/python/cpython3/Lib/idlelib/
Dtextview.py34 def __init__(self, parent, rawtext, wrap='word'): argument