Python Forum
How do I open the Source code of a library?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I open the Source code of a library?
#1
I want to find all the methods available in a Python library. Eg for Win32com.

Thank you
Reply
#2
the python version of this is pywin32com (if I'm not mistaken)
pypi link is here: https://pypi.org/project/pywin32/
homepage is here: (all source code) here: https://github.com/mhammond/pywin32
if you have git installed, you can get a copy by:
  1. Create a directory to hold package
  2. cd to that directory (command line)
  3. run git clone https://github.com/mhammond/pywin32.git

if not, follow instructions to install git here: https://git-scm.com/downloads
and complete above list
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  delivery exe without source code py loky62 1 153 Mar-25-2024, 08:35 PM
Last Post: Larz60+
  Algorithm for extracting comments from Python source code Pavel1982 6 413 Feb-28-2024, 09:52 PM
Last Post: Pavel1982
  Python best library for Excel reports & review of existing code MasterOfDestr 4 497 Feb-14-2024, 03:39 PM
Last Post: MasterOfDestr
  Error on import: SyntaxError: source code string cannot contain null bytes kirkwilliams2049 7 6,166 Aug-03-2023, 06:00 PM
Last Post: Gribouillis
  how do I open two instances of visual studio code with the same folder? SuchUmami 3 815 Jun-26-2023, 09:40 AM
Last Post: snippsat
  Catching a crash within a library code ebolisa 9 3,066 Nov-22-2021, 11:02 AM
Last Post: bowlofred
  No Module found in other directory than source code [SOLVED] AlphaInc 1 2,004 Nov-10-2021, 04:34 PM
Last Post: AlphaInc
  Generating classes diagram from source code Pavel_47 3 5,509 Oct-01-2021, 03:31 AM
Last Post: Lou
  Compiling Python 3.8.5 source code results in build error Deepan 0 2,143 Sep-14-2020, 04:11 AM
Last Post: Deepan
  How to avoid open and save a url every time I run code davidm 4 2,585 Mar-03-2020, 10:37 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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