mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
8a50312099
At least for vscode this allows click through / type checking / syntax highlighting.
3 lines
125 B
Python
3 lines
125 B
Python
def sum_as_string(a: int, b: int) -> str: ...
|
|
def get_rust_file_digest() -> str: ...
|
|
def reset_logging_config() -> None: ...
|