معرفی شرکت ها


cs.py.doc-20220311


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Create documentation from python modules and other objects.
ویژگی مقدار
سیستم عامل -
نام فایل cs.py.doc-20220311
نام cs.py.doc
نسخه کتابخانه 20220311
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cameron Simpson
ایمیل نویسنده cs@cskk.id.au
آدرس صفحه اصلی https://bitbucket.org/cameron_simpson/css/commits/all
آدرس اینترنتی https://pypi.org/project/cs.py.doc/
مجوز GNU General Public License v3 or later (GPLv3+)
Create documentation from python modules and other objects. *Latest release 20220311*: module_doc: class members no longer rendered as headings, too verbose. ## Function `is_dunder(name)` Test whether a name is a dunder name (`__`*foo*`__`). ## Function `module_doc(module, *, sort_key=<function <lambda> at 0x10bca9040>, filter_key=<function <lambda> at 0x10bca90d0>, method_names=None)` Fetch the docstrings from a module and assemble a MarkDown document. Parameters: * `module`: the module or module name to inspect * `sort_key`: optional key for sorting names in the documentation; default: `name` * filter_key`: optional test for a key used to select or reject keys to appear in the documentation ## Function `obj_docstring(obj)` Return a docstring for `obj` which has been passed through `stripped_dedent`. This function uses `obj.__doc__` if it is not `None`, otherwise `getcomments(obj)` if that is not `None`, otherwise `''`. The chosen string is passed through `stripped_dedent` before return. # Release Log *Release 20220311*: module_doc: class members no longer rendered as headings, too verbose. *Release 20210306*: Drop noise leaked into output. *Release 20210123*: * module_doc: include properties/descriptors. * DISTINFO: this is not Python 2 compatible, drop tag. *Release 20200718*: * New is_dunder(name) function to test whether name is a dunder name. * module_doc: new method_names parameter to report only specific attributes from a class - default is all public names and most dunder methods - things without docs are not reported. * Assorted small changes. *Release 20200521*: Initial PyPI release.


نحوه نصب


نصب پکیج whl cs.py.doc-20220311:

    pip install cs.py.doc-20220311.whl


نصب پکیج tar.gz cs.py.doc-20220311:

    pip install cs.py.doc-20220311.tar.gz