class documentation

The base class of analyzer, provides functions that read and parse a python program file

Static Method read_file Read a file as tokens
Method __init__ Undocumented
Method check Undocumented
Instance Variable file_name Undocumented
@staticmethod
def read_file(file_name: str): (source)

Read a file as tokens

Parameters
file_name:strThe name of the file to read
Returns
The read file tokens
def check(self, paths): (source)

Undocumented

file_name = (source)

Undocumented