labs
Wrapper module for pyRevitLabs functionality.
Attributes
mlogger = logger.get_logger(__name__)
module-attribute
Functions
extract_build_from_exe(proc_path)
Extract build number from host .exe file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
proc_path
|
str
|
full path of the host .exe file |
required |
Returns:
| Type | Description |
|---|---|
str
|
build number (e.g. '20170927_1515(x64)') |