MCPcopy Create free account
hub / github.com/MearaY/StegaPy / get_namespace

Method get_namespace

StegaPy/exceptions.py:30–32  ·  view source on GitHub ↗

获取命名空间

(self)

Source from the content-addressed store, hash-verified

28 return self.error_code
29
30 def get_namespace(self):
31 """获取命名空间"""
32 return self.namespace
33
34
35class StegaPyErrors:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected