def __init__()

in azure-slurm/slurmcc/partition.py [0:0]


    def __init__(
        self,
        name: str,
        nodearray: str,
        nodename_prefix: str,
        machine_type: str,
        is_default: bool,
        is_hpc: bool,
        max_scaleset_size: int,
        buckets: List[NodeBucket],
        max_vm_count: int,
        use_pcpu: bool = False,
        dynamic_feature: Optional[str] = None,
        over_allocation_thresholds: Dict = {},
        nodearray_machine_types: Optional[List[str]] = None,
        dampen_memory: Optional[float] = None,
        gpu_device_config: str = "",