This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / inputtransformer2 / TokenTransformBase / transform

function

IPython.core.inputtransformer2:TokenTransformBase.transform

source: /IPython/core/inputtransformer2.py :316

Signature

def   transform ( self lines : List[str] )

Summary

Transform one instance of special syntax found by find()

Extended Summary

Takes a list of strings representing physical lines, returns a similar list of transformed lines.

Aliases

  • IPython.core.inputtransformer2.TokenTransformBase.transform