src/pylib/Lib/inspect_impl/modulename
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Procs
getmodulenameImpl
getmodulenameImpl(path: string; res: var string): bool
Source
Edit
Procs
proc
getmodulenameImpl
(
path
:
string
;
res
:
var
string
)
:
bool
{.
...
raises
:
[
]
,
tags
:
[
]
,
forbids
:
[
]
.}
get the module name for a given file
Source
Edit