Package gen :: Package lib :: Module privsrcnote :: Class PrivateSourceNote
[frames] | no frames]

Class PrivateSourceNote

source code


Instance Methods
 
__init__(self)
Initialize a PrivacyBase.
source code

Inherited from privacybase.PrivacyBase: get_privacy, serialize, set_privacy, unserialize

Method Details

__init__(self)
(Constructor)

source code 

Initialize a PrivacyBase.

If the source is not None, then object is initialized from values of the source object.

Parameters:
  • source - Object used to initialize the new object
Overrides: privacybase.PrivacyBase.__init__
(inherited documentation)