PythonScope

data class PythonScope(val offset: Int, val type: String, val align: Int?)

Constructors

Link copied to clipboard
constructor(offset: Int, type: String, align: Int?)

Properties

Link copied to clipboard
val align: Int?
Link copied to clipboard
val offset: Int
Link copied to clipboard