WhakerPy 0.8

https://sourceforge.net/projects/whakerpy/

Module whakerpy.htmlmaker

Class NodeTagError

Description

:ERROR 9320:.

Invalid HTML node tag '{!s:s}'.

Constructor

View Source
def __init__(self, value):
    self._status = 9320
    self.parameter = error(self._status) + error(self._status, 'globals').format(value)

Public functions

get_status

View Source
def get_status(self):
    return self._status

Overloads

__str__

View Source
def __str__(self):
    return repr(self.parameter)