def __init__()

in pbspro/src/pbspro/pbsqueue.py [0:0]


    def __init__(
        self,
        name: str,
        queue_type: str,
        node_group_key: Optional[str],
        node_group_enable: bool,
        total_jobs: int,
        state_count: Dict[StateCountType, int],
        resources_default: Dict[str, str],
        default_chunk: Dict[str, str],
        resource_state: ResourceState,
        resource_definitions: Dict[str, PBSProResourceDefinition],
        enabled: bool,
        started: bool,