MCPcopy Create free account
hub / github.com/PageBot/PageBot / initialize

Method initialize

Lib/pagebot/document.py:171–174  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected