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
/
PythonScope
Python
Scope
data
class
PythonScope
(
val
offset
:
Int
,
val
type
:
String
,
val
align
:
Int
?
)
Members
Constructors
Python
Scope
Link copied to clipboard
constructor
(
offset
:
Int
,
type
:
String
,
align
:
Int
?
)
Properties
align
Link copied to clipboard
val
align
:
Int
?
offset
Link copied to clipboard
val
offset
:
Int
type
Link copied to clipboard
val
type
:
String