Home | History | Annotate | Download | only in framework

Lines Matching refs:__doc__

391       if self._func.__doc__:
392 self._definition.signature.description = self._func.__doc__
398 description = self._func.__doc__ or None