mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
def Foo(
|
|
def foo_bar_42(
|
|
def _(
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["keyword", "def"], ["function", "Foo"], ["punctuation", "("],
|
|
["keyword", "def"], ["function", "foo_bar_42"], ["punctuation", "("],
|
|
["keyword", "def"], ["function", "_"], ["punctuation", "("]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. |