MCPcopy Create free account
hub / github.com/ipython/ipython / _tr_quote2

Function _tr_quote2

IPython/core/inputtransformer.py:247–250  ·  view source on GitHub ↗

Translate lines escaped with: ;

(line_info)

Source from the content-addressed store, hash-verified

245 '", "'.join(line_info.the_rest.split()) )
246
247def _tr_quote2(line_info):
248 "Translate lines escaped with: ;"
249 return '%s%s("%s")' % (line_info.pre, line_info.ifun,
250 line_info.the_rest)
251
252def _tr_paren(line_info):
253 "Translate lines escaped with: /"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected