class documentation

class ParsedTranslationUnit(object):

View In Hierarchy

Result of parsing a translation unit.

Contains parsed functions and diagnostics about the parsing.

Method __init__ Undocumented
Property unknown_types Names of unknown types if any. Unknown types are parsed as int.
Property diagnostics Errors and warnings of the parsing. Empty if successful.
Property functions Parsed functions as Function. Empty or incomplete on parsing error.
Method __repr__ Undocumented
Instance Variable _tu Undocumented
def __init__(self, _tu_data):

Undocumented

Parameters_tu_dataUndocumented (type: _reven_api.ParsedTranslationUnit)
_tu =

Undocumented

@property
unknown_types =

Names of unknown types if any. Unknown types are parsed as int.

(type: _List[str])
@property
diagnostics =

Errors and warnings of the parsing. Empty if successful.

(type: _List[str])
@property
functions =

Parsed functions as Function. Empty or incomplete on parsing error.

(type: _List[Function])
def __repr__(self):

Undocumented

ReturnsUndocumented (type: str)
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.