MCPcopy
hub / github.com/Nuitka/Nuitka / checkModuleName

Function checkModuleName

nuitka/utils/ModuleNames.py:19–22  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17
18
19def checkModuleName(value):
20 return ".." not in str(value) and not (
21 str(value).endswith(".") or str(value) == "."
22 )
23
24
25# Trigger names for shared use.

Callers 11

getDistributionsFunction · 0.90
_makeDllOrExeEntryPointFunction · 0.90
iterateModuleNamesMethod · 0.90
_checkAndAddModuleNameFunction · 0.90
_checkYamlModuleNameFunction · 0.90
checkSectionValuesFunction · 0.85
_initMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…