Class p.s.s.s.SessionObject(object):

Part of pida.services.sessions.sessions View In Hierarchy

Represents a session

name - the name of the session files - a list of files to open into the buffers project - the currently opened project path - the path to the session file

Line # Kind Name Docs
61 Method new create a new session
71 Method save write this session out to a file
82 Method load load a session file
98 Method _parse_session_path Undocumented
106 Method get_files Undocumented
109 Method set_files Undocumented
112 Method get_path Undocumented
def new(self, session_path, files, project=None):
create a new session
def save(self, file_path=None):
write this session out to a file
def load(self, session_path):
load a session file
def _parse_session_path(self, path):
Undocumented
def get_files(self):
Undocumented
def set_files(self, files):
Undocumented
def get_path(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.