(self, args, attributes)
| 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') |