Answer the question
In order to leave comments, you need to log in
Documentation of hidden class methods in Sphinx
I have a class:
#module main.py:
class A:
a = 1
"""Переменная a"""
b = 2
"""Переменная B"""
def _B(self):
"""Функция _B"""
.. automodule: main
:members:
.. automodule: main
:members: _B
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question