API

Interface base class implementations.

class pygopher.interfaces.Interface

Metaclass that defines the subclass relationship without inheritance.

pygopher.interfaces.method_signatures(obj)

Return the set of public method signatures for a class.

Args:

obj: a class

Returns:

A set containing the method signatures. Dunder methods, private methods, and properties are excluded.