class documentation

class DocString: (source)

View In Hierarchy

Store the text and location of a docstring.

Class Method from_node If the first element in node.body is a string, create a docstring.
Class Variable length Undocumented
Class Variable location Undocumented
Class Variable text Undocumented
@classmethod
def from_node(cls: Type[_T], ast: types.ModuleType, node) -> Optional[_T]: (source)

If the first element in node.body is a string, create a docstring.

Undocumented

Undocumented

Undocumented