CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
postprocess-scan-build Namespace Reference

Variables

tuple cells = row.find_all('td')
 
list href = cells[6]
 
tuple htag = soup.new_tag('td')
 
tuple key = str(cells[2])
 
tuple page = open(url)
 
list report = href['href']
 
tuple report_dir = os.path.dirname(url)
 
tuple report_file = os.path.join(report_dir, report)
 
list rowheader = tables[2]
 
tuple rowheaders = rowheader.find_all('tr')
 
tuple rows = rowsbody.find_all('tr')
 
list rowsbody = tables[2]
 
tuple seen = dict()
 
list sortable = rowheaders[-1]
 
tuple soup = BeautifulSoup(page.read(), 'html.parser')
 
tuple tables = soup.find_all('table', recursive=True)
 
tuple tag = soup.new_tag('td')
 
tuple url = os.path.abspath(sys.argv[1])
 

Variable Documentation

tuple postprocess-scan-build.cells = row.find_all('td')

Definition at line 25 of file postprocess-scan-build.py.

list postprocess-scan-build.href = cells[6]
tuple postprocess-scan-build.htag = soup.new_tag('td')
tuple postprocess-scan-build.key = str(cells[2])

Definition at line 26 of file postprocess-scan-build.py.

tuple postprocess-scan-build.page = open(url)

Definition at line 7 of file postprocess-scan-build.py.

list postprocess-scan-build.report = href['href']

Definition at line 31 of file postprocess-scan-build.py.

tuple postprocess-scan-build.report_dir = os.path.dirname(url)

Definition at line 6 of file postprocess-scan-build.py.

tuple postprocess-scan-build.report_file = os.path.join(report_dir, report)
list postprocess-scan-build.rowheader = tables[2]

Definition at line 13 of file postprocess-scan-build.py.

tuple postprocess-scan-build.rowheaders = rowheader.find_all('tr')

Definition at line 14 of file postprocess-scan-build.py.

tuple postprocess-scan-build.rows = rowsbody.find_all('tr')
list postprocess-scan-build.rowsbody = tables[2]

Definition at line 22 of file postprocess-scan-build.py.

tuple postprocess-scan-build.seen = dict()

Definition at line 10 of file postprocess-scan-build.py.

list postprocess-scan-build.sortable = rowheaders[-1]

Definition at line 19 of file postprocess-scan-build.py.

tuple postprocess-scan-build.soup = BeautifulSoup(page.read(), 'html.parser')

Definition at line 8 of file postprocess-scan-build.py.

tuple postprocess-scan-build.tables = soup.find_all('table', recursive=True)
tuple postprocess-scan-build.tag = soup.new_tag('td')

Definition at line 45 of file postprocess-scan-build.py.

tuple postprocess-scan-build.url = os.path.abspath(sys.argv[1])

Definition at line 5 of file postprocess-scan-build.py.