@@ -77,6 +77,7 @@ def from_install(
7777 dry_run : Literal [False ] = False ,
7878 ** kwargs : Unpack [StandaloneArgsWithoutDryRun ],
7979 ) -> BaseSession : ...
80+
8081 @overload
8182 @classmethod
8283 def from_install (
@@ -87,7 +88,7 @@ def from_install(
8788 ) -> tuple [str , str ]: ...
8889
8990 @classmethod
90- def from_install (
91+ def from_install ( # pylint: disable=missing-param-doc
9192 cls ,
9293 * ,
9394 dry_run : bool = False ,
@@ -182,6 +183,7 @@ def from_container(
182183 dry_run : Literal [False ] = False ,
183184 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
184185 ) -> BaseSession : ...
186+
185187 @overload
186188 @classmethod
187189 def from_container (
@@ -192,7 +194,7 @@ def from_container(
192194 ) -> dict [str , Any ]: ...
193195
194196 @classmethod
195- def from_container (
197+ def from_container ( # pylint: disable=missing-param-doc
196198 cls ,
197199 * ,
198200 dry_run : bool = False ,
@@ -277,6 +279,7 @@ def from_pim(
277279 dry_run : Literal [False ] = False ,
278280 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
279281 ) -> BaseSession : ...
282+
280283 @overload
281284 @classmethod
282285 def from_pim (
@@ -287,7 +290,7 @@ def from_pim(
287290 ) -> dict [str , Any ]: ...
288291
289292 @classmethod
290- def from_pim (
293+ def from_pim ( # pylint: disable=missing-param-doc
291294 cls ,
292295 * ,
293296 dry_run : bool = False ,
@@ -425,6 +428,7 @@ def from_install(
425428 dry_run : Literal [False ] = False ,
426429 ** kwargs : Unpack [LaunchFluentArgs ],
427430 ) -> session_meshing .Meshing : ...
431+
428432 @overload
429433 @classmethod
430434 def from_install (
@@ -442,6 +446,7 @@ def from_container(
442446 dry_run : Literal [False ] = False ,
443447 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
444448 ) -> session_meshing .Meshing : ...
449+
445450 @overload
446451 @classmethod
447452 def from_container (
@@ -459,6 +464,7 @@ def from_pim(
459464 dry_run : Literal [False ] = False ,
460465 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
461466 ) -> session_meshing .Meshing : ...
467+
462468 @overload
463469 @classmethod
464470 def from_pim (
@@ -482,6 +488,7 @@ def from_install(
482488 dry_run : Literal [False ] = False ,
483489 ** kwargs : Unpack [LaunchFluentArgs ],
484490 ) -> session_pure_meshing .PureMeshing : ...
491+
485492 @overload
486493 @classmethod
487494 def from_install (
@@ -499,6 +506,7 @@ def from_container(
499506 dry_run : Literal [False ] = False ,
500507 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
501508 ) -> session_pure_meshing .PureMeshing : ...
509+
502510 @overload
503511 @classmethod
504512 def from_container (
@@ -516,6 +524,7 @@ def from_pim(
516524 dry_run : Literal [False ] = False ,
517525 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
518526 ) -> session_pure_meshing .PureMeshing : ...
527+
519528 @overload
520529 @classmethod
521530 def from_pim (
@@ -539,6 +548,7 @@ def from_install(
539548 dry_run : Literal [False ] = False ,
540549 ** kwargs : Unpack [LaunchFluentArgs ],
541550 ) -> session_solver .Solver : ...
551+
542552 @overload
543553 @classmethod
544554 def from_install (
@@ -556,6 +566,7 @@ def from_container(
556566 dry_run : Literal [False ] = False ,
557567 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
558568 ) -> session_solver .Solver : ...
569+
559570 @overload
560571 @classmethod
561572 def from_container (
@@ -573,6 +584,7 @@ def from_pim(
573584 dry_run : Literal [False ] = False ,
574585 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
575586 ) -> session_solver .Solver : ...
587+
576588 @overload
577589 @classmethod
578590 def from_pim (
@@ -596,6 +608,7 @@ def from_install(
596608 dry_run : Literal [False ] = False ,
597609 ** kwargs : Unpack [LaunchFluentArgs ],
598610 ) -> session_solver .Solver : ...
611+
599612 @overload
600613 @classmethod
601614 def from_install (
@@ -613,6 +626,7 @@ def from_container(
613626 dry_run : Literal [False ] = False ,
614627 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
615628 ) -> session_solver .Solver : ...
629+
616630 @overload
617631 @classmethod
618632 def from_container (
@@ -630,6 +644,7 @@ def from_pim(
630644 dry_run : Literal [False ] = False ,
631645 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
632646 ) -> session_solver .Solver : ...
647+
633648 @overload
634649 @classmethod
635650 def from_pim (
@@ -653,6 +668,7 @@ def from_install(
653668 dry_run : Literal [False ] = False ,
654669 ** kwargs : Unpack [LaunchFluentArgs ],
655670 ) -> session_solver_aero .SolverAero : ...
671+
656672 @overload
657673 @classmethod
658674 def from_install (
@@ -670,6 +686,7 @@ def from_container(
670686 dry_run : Literal [False ] = False ,
671687 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
672688 ) -> session_solver_aero .SolverAero : ...
689+
673690 @overload
674691 @classmethod
675692 def from_container (
@@ -687,6 +704,7 @@ def from_pim(
687704 dry_run : Literal [False ] = False ,
688705 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
689706 ) -> session_solver_aero .SolverAero : ...
707+
690708 @overload
691709 @classmethod
692710 def from_pim (
@@ -710,6 +728,7 @@ def from_install(
710728 dry_run : Literal [False ] = False ,
711729 ** kwargs : Unpack [LaunchFluentArgs ],
712730 ) -> session_solver_icing .SolverIcing : ...
731+
713732 @overload
714733 @classmethod
715734 def from_install (
@@ -727,6 +746,7 @@ def from_container(
727746 dry_run : Literal [False ] = False ,
728747 ** kwargs : Unpack [ContainerArgsWithoutDryRun ],
729748 ) -> session_solver_icing .SolverIcing : ...
749+
730750 @overload
731751 @classmethod
732752 def from_container (
@@ -744,6 +764,7 @@ def from_pim(
744764 dry_run : Literal [False ] = False ,
745765 ** kwargs : Unpack [PIMArgsWithoutDryRun ],
746766 ) -> session_solver_icing .SolverIcing : ...
767+
747768 @overload
748769 @classmethod
749770 def from_pim (
0 commit comments