class documentation

class _NamespaceInfo(_BlockInfo):

Constructor: _NamespaceInfo(name, linenum)

View In Hierarchy

Stores information about a namespace.

Method __init__ Undocumented
Method CheckEnd Check end of namespace comments.
Instance Variable check_namespace_indentation Undocumented
Instance Variable name Undocumented

Inherited from _BlockInfo:

Method CheckBegin Run checks that applies to text up to the opening brace.
Method IsBlockInfo Returns true if this block is a _BlockInfo.
Instance Variable inline_asm Undocumented
Instance Variable open_parentheses Undocumented
Instance Variable seen_open_brace Undocumented
Instance Variable starting_linenum Undocumented
def __init__(self, name, linenum):
def CheckEnd(self, filename, clean_lines, linenum, error):

Check end of namespace comments.

check_namespace_indentation: bool =
name =

Undocumented