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

Method transforms

IPython/core/inputsplitter.py:587–591  ·  view source on GitHub ↗

Quick access to all transformers.

(self)

Source from the content-addressed store, hash-verified

585
586 @property
587 def transforms(self):
588 "Quick access to all transformers."
589 return self.physical_line_transforms + \
590 [self.assemble_logical_lines] + self.logical_line_transforms + \
591 [self.assemble_python_lines] + self.python_line_transforms
592
593 @property
594 def transforms_in_use(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected