class documentation

class TypeInfo: (source)

View In Hierarchy

Optionnaly holds type information.

Method __bool__ Does this type info actually holds information?
Method __str__ Type information as string.
Instance Variable classdef Undocumented
Instance Variable type_annotation Undocumented
def __bool__(self): (source)

Does this type info actually holds information?

Returns
boolUndocumented
def __str__(self): (source)

Type information as string.

Returns
strUndocumented

Undocumented

type_annotation: Optional[_typing.ASTexpr] = (source)

Undocumented