We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc98b7 commit 9c2c6b2Copy full SHA for 9c2c6b2
schemascii/inline_config.py
@@ -5,6 +5,7 @@
5
6
7
def get_inline_configs(grid: Grid) -> dict:
8
+ "Extract all the inline config options into a dict and blank them out."
9
out = {}
10
for y, line in enumerate(grid.lines):
11
for m in INLINE_CONFIG_RE.finditer(line):
0 commit comments