module documentation

Hooks for nose library.

Constant CAPITALS Undocumented
Function _nose_tools_functions Get an iterator of names and bound methods.
Function _nose_tools_transform Undocumented
Function _nose_tools_trivial_transform Custom transform for the nose.tools module.
Function _pep8 Undocumented
Constant _BUILDER Undocumented
CAPITALS = (source)

Undocumented

Value
re.compile(r'([A-Z])')
def _nose_tools_functions(): (source)

Get an iterator of names and bound methods.

def _nose_tools_transform(node): (source)

Undocumented

def _nose_tools_trivial_transform(): (source)

Custom transform for the nose.tools module.

def _pep8(name, caps=CAPITALS): (source)

Undocumented