seq  4.0.0-pre3
Public Member Functions | Static Public Attributes | Properties | List of all members
lib.session.Session Class Reference

Keeps a session object. More...

Public Member Functions

def __attrs_post_init__ (self)
 After automatic ctor. More...
 
def load (self, dn)
 Load session info. More...
 
def save (self, d)
 modules in json format More...
 

Static Public Attributes

 rootdir = attr.ib(default="/tmp")
 
 modules = attr.ib(init=False, default=None)
 
 runtime_flags = attr.ib(init=False, default=None)
 
 name = attr.ib(default=None)
 
 fqn = attr.ib(init=False, default=None)
 

Properties

 log_file_name = property
 

Detailed Description

Keeps a session object.

Member Function Documentation

◆ __attrs_post_init__()

def lib.session.Session.__attrs_post_init__ (   self)

After automatic ctor.

◆ load()

def lib.session.Session.load (   self,
  dn 
)

Load session info.

◆ save()

def lib.session.Session.save (   self,
  d 
)

modules in json format

Member Data Documentation

◆ fqn

lib.session.Session.fqn = attr.ib(init=False, default=None)
static

◆ modules

lib.session.Session.modules = attr.ib(init=False, default=None)
static

◆ name

lib.session.Session.name = attr.ib(default=None)
static

◆ rootdir

lib.session.Session.rootdir = attr.ib(default="/tmp")
static

◆ runtime_flags

lib.session.Session.runtime_flags = attr.ib(init=False, default=None)
static

Property Documentation

◆ log_file_name

lib.session.Session.log_file_name = property
static

The documentation for this class was generated from the following file: