18 lines
584 B
Python
18 lines
584 B
Python
#
|
|
# AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
|
|
#
|
|
|
|
"""HDynamicCNNManyIP Module"""
|
|
from __future__ import annotations
|
|
import PyHDynamicCNNManyIP
|
|
import typing
|
|
|
|
__all__ = [
|
|
"HDynamicCNNManyIP"
|
|
]
|
|
|
|
|
|
class HDynamicCNNManyIP():
|
|
def __init__(self) -> None: ...
|
|
def update(self, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: int, arg10: int, arg11: int, arg12: int, arg13: int, arg14: int, arg15: int, arg16: int, arg17: int, arg18: int, arg19: int, arg20: int, arg21: int, arg22: float, arg23: int) -> bool: ...
|
|
pass
|