TODO: Documentation

core.service.interface.get_interface(interface, *args, **kwargs)[source]

If interface is yet an instance of interface, returns it else, return an instance based on interface.

core.service.interface.guess_interface(obj)[source]

Returns interfaces than can correspond to object

>>> guess(1)
['IInt']
core.service.interface.interface_label(interface)[source]
core.service.interface.interface_class(interface=None)[source]

Returns interface class corresponding to interface

core.service.interface.interface_name(interface=None)[source]

Returns interface name corresponding to interface

core.service.interface.new_interface(interface=None, value=None, *args, **kwargs)[source]

Previous topic

<no title>

Next topic

<no title>

This Page