:py:mod:`testbot.demo`
======================

.. py:module:: testbot.demo


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   testbot.demo.Class1



Functions
~~~~~~~~~

.. autoapisummary::

   testbot.demo.Func1
   testbot.demo.Func2



Attributes
~~~~~~~~~~

.. autoapisummary::

   testbot.demo.__copyright__
   testbot.demo.__author__
   testbot.demo.__email__


.. py:data:: __copyright__
   :value: 'Copyright (c) 2024 Nuanguang Gu(Sunny) Reserved'

   

.. py:data:: __author__
   :value: 'Nuanguang Gu(Sunny)'

   

.. py:data:: __email__
   :value: 'nuanguang.gu@aliyun.com'

   

.. py:function:: Func1(a: int, b: Optional[str]) -> bool

   Func1 function.

   :param a: The first arg.
   :param b: The second arg.

   :returns: Something.


.. py:function:: Func2(a: int, b: Optional[str]) -> bool

   Func1 function.

   :param a: The first arg.
   :param b: The second arg.

   :returns: Something.


.. py:class:: Class1


   Bases: :py:obj:`object`

   Class1 class.



   .. py:method:: func1(a1: int) -> int

      func1 method.

      :param a1:
      :return:


   .. py:method:: func2(a1: int) -> int

      func2 method.

      :param a1:
      :return:


   .. py:method:: func3() -> bool
      :staticmethod:

      func3 method.

      :return:



