Python Forum
extracting a function/class/method from code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extracting a function/class/method from code
#4
(Mar-25-2022, 07:06 AM)Gribouillis Wrote: Are you looking for inspect.getsource() ?
almost. if the code i want to extract from can be imported as a module, this could work. for stdin i'd have to copy it to a file, first, unless there is a way to import from stdin or a list of str or a big str.
(Mar-25-2022, 06:27 AM)ndc85430 Wrote: For what purpose?
to extract source code of a function or class to the end of that function or class, comiing from a file or stdin. this is to find the end of that function or class. maybe parsing indentation (after disposing of comments) would be the easy way.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: extracting a function/class/method from code - by Skaperen - Mar-25-2022, 06:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  function/method keyword argument alias Skaperen 1 3,213 Dec-01-2019, 03:56 AM
Last Post: Gribouillis
  omitting arguments in function/method calls Skaperen 10 4,123 Nov-24-2019, 10:13 PM
Last Post: Gribouillis
  writing a class or a function Skaperen 9 4,571 Dec-30-2018, 04:30 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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