Python Forum
See content of modules - not just function names
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
See content of modules - not just function names
#6
(Feb-25-2018, 04:50 PM)glidecode Wrote: However I would like to see how the module is actually coded. For instance I'm curious about some of the functions in the 're' module.

Python is open source, you can view any part of the language itself, or any of it's modules, on github: https://github.com/python/cpython/tree/master/Lib

re, for example, is here: https://github.com/python/cpython/blob/master/Lib/re.py
Reply


Messages In This Thread
RE: See content of modules - not just function names - by nilamo - Apr-12-2018, 08:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Star NameError – function doesn't recognize imported modules Sir 4 3,667 Dec-01-2020, 06:36 AM
Last Post: Sir
  function 'return' and file content into a list shiro26 4 3,392 Jul-06-2018, 10:20 PM
Last Post: volcano63
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,574 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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