Package moap :: Package bug :: Module bug
[hide private]
[frames] | no frames]

Module bug

source code

Base class for bug tracker abstractions.

Classes [hide private]
  BugTracker
  Bug
I am a bug in a bug tracker.
  NotFoundError
The bug with the given id was not found.
Functions [hide private]
 
detect(URL)
Detect which bug tracker is being used at the given URL.
source code
Variables [hide private]
  __package__ = 'moap.bug'
Function Details [hide private]

detect(URL)

source code 

Detect which bug tracker is being used at the given URL.

Returns:
an instance of a subclass of BugTracker, or None.