protocols.declareImplementation

Here are the examples of the python api protocols.declareImplementation taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: Transmission-XBMC Source File: pythoninterfaces.py
Function: register
def register():
	for classObject, interfaceList in baseTypeImplements:
		declareImplementation(
			classObject,
			interfaceList,
		)