module documentation

Undocumented

Constant UNUSED_PARAM_SENTINEL Undocumented
Class _PylintConfigRun A private wrapper for the 'pylint-config' command.
Function _cpu_count Use sched_affinity if available for virtualized or containerized environments.
Function _query_cpu Try to determine number of CPUs allotted in a docker container.
UNUSED_PARAM_SENTINEL = (source)

Undocumented

Value
object()
def _cpu_count() -> int: (source)

Use sched_affinity if available for virtualized or containerized environments.

def _query_cpu() -> int|None: (source)

Try to determine number of CPUs allotted in a docker container. This is based on discussion and copied from suggestions in https://bugs.python.org/issue36054.