Module macrobond_data_api.common.client

Base class for the implementations WebClient and ComClient.

Classes

class Client

Helper class that provides a standard way to create an ABC using inheritance.

Ancestors

  • abc.ABC
  • typing.Generic

Subclasses

Instance variables

var is_open : bool

Methods

def close(self) ‑> None
def open(self) ‑> ~TypeVarApi