bridgedb.interfaces
All available Zope interfaces in BridgeDB.
- 
interface 
IName[source] 
An interface specification for a named object.
- 
name 
A string which identifies this object.
- 
class 
Named[source] 
Bases: object
A named object.
- 
separator = ' ' 
The character(s) used to join child Named object’s names with
our name.
- 
name 
Get the name of this object.
| Return type: | str | 
| Returns: | A string which identifies this object. |