MCPcopy Create free account
hub / github.com/PageBot/PageBot / getClassName

Method getClassName

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1317–1321  ·  view source on GitHub ↗
(self, args, attributes)

Source from the content-addressed store, hash-verified

1315 #self._debugclass('table', self.getClassName(args, self.TABLE_ATTRIBUTES))
1316
1317 def getClassName(self, args, attributes):
1318 if 'cssClass' in args:
1319 return self.cssClass2SpaceString(args['cssClass'])
1320 else:
1321 return None
1322
1323 def _table(self):
1324 self._closeTag('table')

Callers 3

canvasMethod · 0.95
frameMethod · 0.95
noframesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected