class documentation

class LoggerDummy(object):

View In Hierarchy

use to fake a Logger in non-verbose setting

Method __call__ Undocumented
Method __init__ Undocumented
Method add Undocumented
Method delete Undocumented
Method load Undocumented
Method plot Undocumented
Method push Undocumented
Method push_header Undocumented
Instance Variable attributes Undocumented
Instance Variable callables Undocumented
Instance Variable count Undocumented
Instance Variable data Undocumented
Instance Variable labels Undocumented
Instance Variable name Undocumented
Property filename Undocumented
def __call__(self, *args, **kwargs):

Undocumented

def __init__(self, *args, **kwargs):

Undocumented

def add(self, *args, **kwargs):

Undocumented

def delete(self):

Undocumented

def load(self, *args, **kwargs):

Undocumented

def plot(self, *args, **kwargs):

Undocumented

def push(self, *args, **kwargs):

Undocumented

def push_header(self, *args, **kwargs):

Undocumented

attributes: list =

Undocumented

callables: list =

Undocumented

count: int =

Undocumented

data: list =

Undocumented

labels: list =

Undocumented

name =

Undocumented

@property
filename =

Undocumented