> # this shouldn't rende…> , b=): ... # this shouldn't rende…> <@classmethod class def bar(cls): ...> > > > <@classmethod class def bar(cls): ... # bar> <@staticmethod static def baz(): ... # baz> > > <@lru_cache() method def foo_decorated(self): ... # no indents> <@lru_cache() method def foo_commented(self): ... # no indents> <@lru_cache() method def bar_decorated(self): ... # no indents> <@lru_cache() method def baz_decorated(self): ... # one indent> <@lru_cache() method def qux_decorated(self): ... # two indents> <@lru_cache(maxsize=42) method def quux_decorated(self): ... # multi-line decorator…> > <@_protected_decorator function def fun_with_protected_decorator(): ... # This function has a …> > int: ... # This function adds t…> int: ... # This function adds f…> int: ... # This function adds s…> > > > > alert(1)): ... # The default value fo…> > # This is another deco…> > > # this is a static att…> # this is a static att…> > , delayfunc= ): ... # inherited from sched.scheduler.__init__, Initialize a new ins…> ): ... # inherited from sched.scheduler.enterabs, Enter a new event in…> ): ... # inherited from sched.scheduler.enter, A variant that speci…> > > <@_docstring_modifier function def dynamically_modify_docstring3(): ... # https://github.com/m…> <@_docstring_modifier function def dynamically_modify_docstring4(): ... # https://github.com/m…> > <@functools.singledispatchmethod method def fancymethod(self, str_or_int: Union[str, int]): ... # A fancy method which…> <@fancymethod.register method def fancymethod_handle_str(self, str_to_handle: str): ... # Fancy method handles…> > <@dataclass(init=False) class misc.DataclassStructure # DataclassStructure r… > >