Module ipernity.api

Method Class

class ipernity.method.IpernityMethod(api: IpernityAPI, name: str)[source]

Bases: object

Helper class to enable the APIobj.my.method(**) syntax.

Parameters:
  • api – The corresponding API object.

  • name – Name of the (partial) method.