class documentation

class LocalEnvironment(AbstractEnvironment):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method all Undocumented
Method get Undocumented
Method set Undocumented
Instance Variable path Undocumented
def __init__(self, relative_path='.env'):

Undocumented

Parameters
relative​_path:strUndocumented
def all(self):
def get(self, key):

Undocumented

Parameters
key:strUndocumented
Returns
AnyUndocumented
def set(self, key, value):

Undocumented

Parameters
key:strUndocumented
valueUndocumented
path =

Undocumented