@@ -78,6 +78,7 @@ def from_install(
7878 dry_run : Literal [False ] = False ,
7979 ** kwargs : Unpack [StandaloneArgsWithoutDryRun ],
8080 ) -> BaseSession : ...
81+
8182 @overload
8283 @classmethod
8384 def from_install (
@@ -88,7 +89,7 @@ def from_install(
8889 ) -> tuple [str , str ]: ...
8990
9091 @classmethod
91- def from_install (
92+ def from_install ( # pylint: disable=missing-param-doc
9293 cls ,
9394 * ,
9495 dry_run : bool = False ,
@@ -184,6 +185,7 @@ def from_container(
184185 dry_run : Literal [False ] = False ,
185186 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
186187 ) -> BaseSession : ...
188+
187189 @overload
188190 @classmethod
189191 def from_container (
@@ -194,7 +196,7 @@ def from_container(
194196 ) -> dict [str , Any ]: ...
195197
196198 @classmethod
197- def from_container (
199+ def from_container ( # pylint: disable=missing-param-doc
198200 cls ,
199201 * ,
200202 dry_run : bool = False ,
@@ -284,6 +286,7 @@ def from_pim(
284286 dry_run : Literal [False ] = False ,
285287 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
286288 ) -> BaseSession : ...
289+
287290 @overload
288291 @classmethod
289292 def from_pim (
@@ -294,7 +297,7 @@ def from_pim(
294297 ) -> dict [str , Any ]: ...
295298
296299 @classmethod
297- def from_pim (
300+ def from_pim ( # pylint: disable=missing-param-doc
298301 cls ,
299302 * ,
300303 dry_run : bool = False ,
@@ -433,6 +436,7 @@ def from_install(
433436 dry_run : Literal [False ] = False ,
434437 ** kwargs : Unpack [LaunchFluentArgs ],
435438 ) -> session_meshing .Meshing : ...
439+
436440 @overload
437441 @classmethod
438442 def from_install (
@@ -450,6 +454,7 @@ def from_container(
450454 dry_run : Literal [False ] = False ,
451455 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
452456 ) -> session_meshing .Meshing : ...
457+
453458 @overload
454459 @classmethod
455460 def from_container (
@@ -467,6 +472,7 @@ def from_pim(
467472 dry_run : Literal [False ] = False ,
468473 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
469474 ) -> session_meshing .Meshing : ...
475+
470476 @overload
471477 @classmethod
472478 def from_pim (
@@ -490,6 +496,7 @@ def from_install(
490496 dry_run : Literal [False ] = False ,
491497 ** kwargs : Unpack [LaunchFluentArgs ],
492498 ) -> session_pure_meshing .PureMeshing : ...
499+
493500 @overload
494501 @classmethod
495502 def from_install (
@@ -507,6 +514,7 @@ def from_container(
507514 dry_run : Literal [False ] = False ,
508515 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
509516 ) -> session_pure_meshing .PureMeshing : ...
517+
510518 @overload
511519 @classmethod
512520 def from_container (
@@ -524,6 +532,7 @@ def from_pim(
524532 dry_run : Literal [False ] = False ,
525533 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
526534 ) -> session_pure_meshing .PureMeshing : ...
535+
527536 @overload
528537 @classmethod
529538 def from_pim (
@@ -547,6 +556,7 @@ def from_install(
547556 dry_run : Literal [False ] = False ,
548557 ** kwargs : Unpack [LaunchFluentArgs ],
549558 ) -> session_solver .Solver : ...
559+
550560 @overload
551561 @classmethod
552562 def from_install (
@@ -564,6 +574,7 @@ def from_container(
564574 dry_run : Literal [False ] = False ,
565575 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
566576 ) -> session_solver .Solver : ...
577+
567578 @overload
568579 @classmethod
569580 def from_container (
@@ -581,6 +592,7 @@ def from_pim(
581592 dry_run : Literal [False ] = False ,
582593 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
583594 ) -> session_solver .Solver : ...
595+
584596 @overload
585597 @classmethod
586598 def from_pim (
@@ -604,6 +616,7 @@ def from_install(
604616 dry_run : Literal [False ] = False ,
605617 ** kwargs : Unpack [LaunchFluentArgs ],
606618 ) -> session_solver .Solver : ...
619+
607620 @overload
608621 @classmethod
609622 def from_install (
@@ -621,6 +634,7 @@ def from_container(
621634 dry_run : Literal [False ] = False ,
622635 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
623636 ) -> session_solver .Solver : ...
637+
624638 @overload
625639 @classmethod
626640 def from_container (
@@ -638,6 +652,7 @@ def from_pim(
638652 dry_run : Literal [False ] = False ,
639653 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
640654 ) -> session_solver .Solver : ...
655+
641656 @overload
642657 @classmethod
643658 def from_pim (
@@ -661,6 +676,7 @@ def from_install(
661676 dry_run : Literal [False ] = False ,
662677 ** kwargs : Unpack [LaunchFluentArgs ],
663678 ) -> session_solver_aero .SolverAero : ...
679+
664680 @overload
665681 @classmethod
666682 def from_install (
@@ -678,6 +694,7 @@ def from_container(
678694 dry_run : Literal [False ] = False ,
679695 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
680696 ) -> session_solver_aero .SolverAero : ...
697+
681698 @overload
682699 @classmethod
683700 def from_container (
@@ -695,6 +712,7 @@ def from_pim(
695712 dry_run : Literal [False ] = False ,
696713 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
697714 ) -> session_solver_aero .SolverAero : ...
715+
698716 @overload
699717 @classmethod
700718 def from_pim (
@@ -718,6 +736,7 @@ def from_install(
718736 dry_run : Literal [False ] = False ,
719737 ** kwargs : Unpack [LaunchFluentArgs ],
720738 ) -> session_solver_icing .SolverIcing : ...
739+
721740 @overload
722741 @classmethod
723742 def from_install (
@@ -735,6 +754,7 @@ def from_container(
735754 dry_run : Literal [False ] = False ,
736755 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
737756 ) -> session_solver_icing .SolverIcing : ...
757+
738758 @overload
739759 @classmethod
740760 def from_container (
@@ -752,6 +772,7 @@ def from_pim(
752772 dry_run : Literal [False ] = False ,
753773 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
754774 ) -> session_solver_icing .SolverIcing : ...
775+
755776 @overload
756777 @classmethod
757778 def from_pim (
0 commit comments