Skip to content

Checkout

Benjamin Nelson DeMann edited this page Aug 24, 2017 · 2 revisions

Checkout

A checkout object describes the result of a checkout operation. Each checkout operation leaves behind a .checkout file in the user's files that describes what was checked out and when. The checkout class allows you to access that data.

Checkout is a subclass of the Element module.

Instance Methods

  • create_new_dict(username, body, department, element)

Instance Methods

  • _init_(self, filepath)
  • get_body_name(self)
  • get_department_name(self)
  • get_element_name(self)
  • get_user_name(self)
  • list_files(self)
  • list_times(self)
  • add_operation(self, filepath)