• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import sys
2import b
3import c
4import os
5import a
6
7
8class Tree:
9    branches: int
10    height_cubits: float
11
12
13def do_something_really_interesting_with_a_lot_of_arguments(
14    arg_foo, arg_a: str, arg_b: int = 0, **kwargs
15) -> None:
16    call_some_func()
17    print("a str")
18