Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.35 KB

session.rst

File metadata and controls

49 lines (32 loc) · 1.35 KB

sgsession.Session

sgsession.session

Session

Entity Control

sgsession.session.Session.merge

sgsession.session.Session.get

sgsession.session.Session.filter_exists

Fetching Fields

sgsession.session.Session.fetch

sgsession.session.Session.fetch_core

sgsession.session.Session.fetch_backrefs

sgsession.session.Session.fetch_heirarchy

Importance Controls

These class attributes control which fields are considered "important", which types are potentially linked to by various fields, and which types are considered the parent of other types.

sgsession.session.Session.important_fields_for_all

sgsession.session.Session.important_fields

sgsession.session.Session.important_links

sgsession.session.Session.parent_fields

Wrapped Methods

sgsession.session.Session.create

sgsession.session.Session.find

sgsession.session.Session.find_one

sgsession.session.Session.update

sgsession.session.Session.delete

sgsession.session.Session.batch