mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
17 lines
678 B
Python
17 lines
678 B
Python
class Foo:
|
|
__slots__ = ()
|
|
|
|
|
|
|
|
class : meta.class.python, source.python, storage.type.class.python
|
|
: meta.class.python, source.python
|
|
Foo : entity.name.type.class.python, meta.class.python, source.python
|
|
: : meta.class.python, punctuation.section.class.begin.python, source.python
|
|
: source.python
|
|
__slots__ : source.python, support.variable.magic.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
( : punctuation.parenthesis.begin.python, source.python
|
|
) : punctuation.parenthesis.end.python, source.python
|