class documentation

class ITokenChecker(IChecker): (source)

View In Hierarchy

Interface for checkers that need access to the token list.

Method process_tokens 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_tokens(self, tokens: list[TokenInfo]): (source)

Process a module. Tokens is a list of all source code tokens in the file.