find_related_module
Find module in package.
def find_related_module(
package: string,
related_name: string
) - > module | None
Find module in package.
Parameters
| Name | Type | Description |
|---|---|---|
| package | string | The base package path or class path where the search begins. |
| related_name | string | The name of the submodule to locate within the specified package. |
Returns
| Type | Description |
|---|---|
| `module | None` |