DocuShareBaseObject

class docushare.DocuShareBaseObject(docushare, hdl)

Bases: ABC

Represents one object in DocuShare.

Parameters
  • docushare (DocuShare) – The DocuShare site that this object belongs to.

  • hdl (Handle) – The DocuShare handle that represents this object.

Attributes Summary

docushare

The DocuShare site that this object belongs to.

handle

The DocuShare handle that represents this object.

Attributes Documentation

docushare

The DocuShare site that this object belongs to.

Type

DocuShare

handle

The DocuShare handle that represents this object.

Type

Handle