mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
...
This commit is contained in:
@@ -200,7 +200,6 @@ def generate_class(defn: Definition, loc: str) -> Tuple[str, str]:
|
|||||||
|
|
||||||
a(' config_paths: typing.Tuple[str, ...] = ()')
|
a(' config_paths: typing.Tuple[str, ...] = ()')
|
||||||
a(' all_config_paths: typing.Tuple[str, ...] = ()')
|
a(' all_config_paths: typing.Tuple[str, ...] = ()')
|
||||||
a(' config_paths: typing.Tuple[str, ...] = ()')
|
|
||||||
a(' config_overrides: typing.Tuple[str, ...] = ()')
|
a(' config_overrides: typing.Tuple[str, ...] = ()')
|
||||||
a('')
|
a('')
|
||||||
a(' def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:')
|
a(' def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:')
|
||||||
|
|||||||
1
kitty/options/types.py
generated
1
kitty/options/types.py
generated
@@ -664,7 +664,6 @@ class Options:
|
|||||||
))
|
))
|
||||||
config_paths: typing.Tuple[str, ...] = ()
|
config_paths: typing.Tuple[str, ...] = ()
|
||||||
all_config_paths: typing.Tuple[str, ...] = ()
|
all_config_paths: typing.Tuple[str, ...] = ()
|
||||||
config_paths: typing.Tuple[str, ...] = ()
|
|
||||||
config_overrides: typing.Tuple[str, ...] = ()
|
config_overrides: typing.Tuple[str, ...] = ()
|
||||||
|
|
||||||
def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:
|
def __init__(self, options_dict: typing.Optional[typing.Dict[str, typing.Any]] = None) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user