Class CellMagicStatementImpl

java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.CellMagicStatementImpl
All Implemented Interfaces:
CellMagicStatement, Statement, Tree

public class CellMagicStatementImpl extends PyTree implements CellMagicStatement
  • Constructor Details

    • CellMagicStatementImpl

      public CellMagicStatementImpl(List<Token> tokens)
  • Method Details