class documentation

class IRawChecker(IChecker): (source)

View In Hierarchy

Interface for checker which need to parse the raw file.

Method process_module Process a module.

Inherited from IChecker:

Method close Called after visiting project (i.e. set of modules).
Method open Called before visiting project (i.e. set of modules).

Inherited from Interface (via IChecker):

Class Method is_implemented_by Undocumented
Method __init__ Undocumented
def process_module(self, node: nodes.Module): (source)

Process a module. The module's content is accessible via ``astroid.stream``