def get_bootstrap_context(self):
     return manager.get_bootstrap_context()
 def get_bootstrap_context(self):
     return manager.get_bootstrap_context()
 def bootstrap_context(self):
     return get_bootstrap_context()
 def _get_bootstrap_context(self):
     if self._bootstrap_context is None:
         self._bootstrap_context = get_bootstrap_context()
     return self._bootstrap_context
示例#5
0
 def get_bootstrap_context(self):
     return manager.get_bootstrap_context(client=self.rest_client)
 def bootstrap_context(self):
     return get_bootstrap_context()