/usr/include/openturns/swig/PersistentObject_doc.i is in libopenturns-dev 1.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | %feature("docstring") OT::PersistentObject
"PersistentObject saves and reloads the object's internal state."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::getId
"Accessor to the object's id.
Returns
-------
id : int
Internal unique identifier."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::setShadowedId
"Accessor to the object's shadowed id.
Parameters
----------
id : int
Internal unique identifier."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::getShadowedId
"Accessor to the object's shadowed id.
Returns
-------
id : int
Internal unique identifier."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::setVisibility
"Accessor to the object's visibility state.
Parameters
----------
visible : bool
Visibility flag."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::getVisibility
"Accessor to the object's visibility state.
Returns
-------
visible : bool
Visibility flag."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::hasName
"Test if the object is named.
Returns
-------
hasName : bool
True if the name is not empty."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::hasVisibleName
"Test if the object has a distinguishable name.
Returns
-------
hasVisibleName : bool
True if the name is not empty and not the default one."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::getName
"Accessor to the object's name.
Returns
-------
name : str
The name of the object."
// ---------------------------------------------------------------------
%feature("docstring") OT::PersistentObject::setName
"Accessor to the object's name.
Parameters
----------
name : str
The name of the object."
|