19 lines
434 B
Python
19 lines
434 B
Python
|
#
|
||
|
# AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
|
||
|
#
|
||
|
|
||
|
"""MultiApp Module"""
|
||
|
from __future__ import annotations
|
||
|
import PyMultiApp
|
||
|
import typing
|
||
|
|
||
|
__all__ = [
|
||
|
"MultiApp"
|
||
|
]
|
||
|
|
||
|
|
||
|
class MultiApp():
|
||
|
def __init__(self) -> None: ...
|
||
|
def update_with_init_vector_multi_pattern(self, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: bool, arg10: int, arg11: int) -> bool: ...
|
||
|
pass
|