generated from jCloud/repository-template
Update docstring of core.python.namespaces.PythonPackageNamespace.namespace
This commit is contained in:
@@ -51,7 +51,7 @@ class PythonPackageNamespace(PythonNamespace):
|
||||
def namespace(self, sub_namespaces: list[str]) -> PythonNamespace:
|
||||
'''
|
||||
Returns the namespace object with a specific identifier, such as
|
||||
``package.subpackage.module``.
|
||||
``['package', 'subpackage', 'module']``.
|
||||
'''
|
||||
|
||||
if not sub_namespaces:
|
||||
|
||||
Reference in New Issue
Block a user