Functions | |
def | another_get |
def | longCamelCaseName |
.. module:: dirty1 This Python module should *not* pass ``pylint`` cleanly.
def dirty1.another_get | ( | msg, | |
key | |||
) |
Get property value. :param msg: Message containing properties. :param key: Property key to match. :returns: Corresponding value, if defined; None otherwise. Beware: the value may be '', which evaluates False as a predicate, use ``is not None`` to test for presence.
def dirty1.longCamelCaseName | ( | ) |