mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:40:06 +08:00
8 lines
150 B
Python
8 lines
150 B
Python
|
from foo import bar
|
||
|
# ^ @include
|
||
|
# ^ @include
|
||
|
def generator():
|
||
|
yield from bar(42)
|
||
|
# ^ @keyword.return
|
||
|
# ^ @keyword.return
|