module documentation
(source)

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