Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
legacy-modes
/
com.monkopedia.kodemirror.legacy.modes
/
PythonConfig
Python
Config
data
class
PythonConfig
(
val
version
:
Int
=
3
,
val
singleLineStringErrors
:
Boolean
=
false
,
val
hangingIndent
:
Int
?
=
null
,
val
extra_keywords
:
List
<
String
>
=
emptyList()
,
val
extra_builtins
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Python
Config
Link copied to clipboard
constructor
(
version
:
Int
=
3
,
singleLineStringErrors
:
Boolean
=
false
,
hangingIndent
:
Int
?
=
null
,
extra_keywords
:
List
<
String
>
=
emptyList()
,
extra_builtins
:
List
<
String
>
=
emptyList()
)
Properties
extra_
builtins
Link copied to clipboard
val
extra_builtins
:
List
<
String
>
extra_
keywords
Link copied to clipboard
val
extra_keywords
:
List
<
String
>
hanging
Indent
Link copied to clipboard
val
hangingIndent
:
Int
?
single
Line
String
Errors
Link copied to clipboard
val
singleLineStringErrors
:
Boolean
version
Link copied to clipboard
val
version
:
Int