Python Forum
how to suppress not to display the package contents from pydoc!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to suppress not to display the package contents from pydoc!
#1
Hi All,

Below is my sample code, where I do not want to display the PACKAGE CONTENTS section (means I wanted to suppress this, as not to display it) while issuing the command as pydoc3 -w mymodule

NAME
    whatever - This is whatever help info.

FILE
    /home/el/whatever/__init__.py

DESCRIPTION
    This is whatever description

    EXAMPLES:
        ...

PACKAGE CONTENTS
    nothing (package)
    something

DATA
    __version__ = '1.0'
    variable = 'variable'

VERSION
    1.0
any suggestion on this? thanks a lot.
Regards,
maiya
Reply


Messages In This Thread
how to suppress not to display the package contents from pydoc! - by maiya - Mar-18-2021, 07:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pydoc documentation doesnt work Cosmosso 5 4,264 Nov-25-2023, 11:17 PM
Last Post: vidito
  How to display <IPython.core.display.HTML object>? pythopen 3 45,707 May-06-2023, 08:14 AM
Last Post: pramod08728
Information Unable to display joystick's value from Python onto display box MelfoyGray 2 2,173 Nov-11-2020, 02:23 AM
Last Post: MelfoyGray
  Keyboard Module Python - Suppress input while writing to window ppel123 0 2,748 Apr-08-2020, 02:51 PM
Last Post: ppel123
  display the contents of a sqlite3 database according to the dates atlass218 4 2,905 Mar-03-2019, 06:43 AM
Last Post: atlass218

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020