Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find hidden python files
#1
I have a built-in operation which is eating up 74% of the run time in my code and I'm having a very difficult time tracking down its location. If look at the pictures you'll see that there is an operation which is simply called __call__ and its located at line 394 of the reference.py file. Then you'll see the number 20 circled, that means 20 seconds and the program takes 33 seconds so that's how much time this operation is taking up. Then below that you'll see the four lines that use this feature and one of them is in _xlmac.py file. I cannot find either the _xlmac or the reference.py file. I think because they are hidden. If you put in those names into the mac spotlight those files do not come up.

Attached Files

Thumbnail(s)
   
Reply


Messages In This Thread
find hidden python files - by bobsmith76 - Oct-23-2018, 06:10 PM
RE: find hidden python files - by nilamo - Oct-23-2018, 06:20 PM
RE: find hidden python files - by bobsmith76 - Oct-23-2018, 07:08 PM
RE: find hidden python files - by nilamo - Oct-23-2018, 07:15 PM
RE: find hidden python files - by wavic - Oct-23-2018, 10:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Copy only hidden files and folders with rsync Cannondale 2 1,038 Mar-04-2023, 02:48 PM
Last Post: Cannondale
  Find duplicate files in multiple directories Pavel_47 9 3,183 Dec-27-2022, 04:47 PM
Last Post: deanhystad
  Can ZipFile be used to extract hidden files? AiedailEclipsed 0 1,653 Mar-22-2022, 05:21 PM
Last Post: AiedailEclipsed
  count every 28 files and find desire files RolanRoll 3 2,103 Dec-12-2021, 04:42 PM
Last Post: Axel_Erfurt
  Have to use Python 2.x to find "yesterday' files tester_V 6 2,884 Sep-19-2021, 12:26 AM
Last Post: tester_V
  find 'yesterdays files' tester_V 8 3,928 Jun-18-2021, 02:10 AM
Last Post: tester_V
  Find and replace in files with regex and Python Melcu54 0 1,864 Jun-03-2021, 09:33 AM
Last Post: Melcu54
  List of error codes to find (and count) in all files in a directory tester_V 8 3,758 Dec-11-2020, 07:07 PM
Last Post: tester_V
  helping PyInstaller To Find files Harshil 0 1,498 Aug-30-2020, 10:16 AM
Last Post: Harshil
  Find specific subdir, open files and find specific lines that are missing from a file tester_V 8 3,666 Aug-25-2020, 01:52 AM
Last Post: tester_V

Forum Jump:

User Panel Messages

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