PythonState
constructor(tokenize: Int = 0, scopes: MutableList<PythonScope> = mutableListOf(PythonScope(0, "py", null)), indent: Int = 0, lastToken: String? = null, lambda: Boolean = false, dedent: Boolean = false, errorToken: Boolean = false, beginningOfLine: Boolean = true, stringDelimiter: String = "", stringIsSingle: Boolean = true, stringIsFmt: Boolean = false, stringNestDepth: Int = 0, outerTokenize: Int = 0)