Default implementation of publication initialized. Can be redefined by inheriting classed. All keyword arguments are available to allow access for inheriting Publication documents.
(self, **kwargs)
| 169 | self.initialize(**kwargs) |
| 170 | |
| 171 | def initialize(self, **kwargs): |
| 172 | """Default implementation of publication initialized. Can be redefined |
| 173 | by inheriting classed. All keyword arguments are available to allow |
| 174 | access for inheriting Publication documents.""" |
| 175 | |
| 176 | def _get_docLib(self): |
| 177 | """Answers the global storage dictionary, used by TypeSetter and others |