def __init__()

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


    def __init__(
        self,
        schedulers: Dict[Hostname, PBSProScheduler],
        queues: Dict[str, PBSProQueue],
        resource_definitions: Dict[str, PBSProResourceDefinition],
        jobs: List[Job],
        scheduler_nodes: List[Node],
        pbscmd: PBSCMD,