Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find hidden python files
#2
__call__ is a function call. Probably of a class, because a function would have it's name there instead. ie:
class Spam:
    def __call__(self, arg):
        print(f"Spam's instance was called: {arg}")

foo = Spam()
foo("__call__ is called here")
A quick google search shows that xlwings has a _xlmac.py file, but that doesn't mean that's the one you're seeing: https://github.com/ZoomerAnalytics/xlwings

How are you getting these numbers? Are you using an ide? The ide itself, or however your code is being analyzed might be contributing to the numbers.
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,169 Mar-04-2023, 02:48 PM
Last Post: Cannondale
  Find duplicate files in multiple directories Pavel_47 9 3,511 Dec-27-2022, 04:47 PM
Last Post: deanhystad
  Can ZipFile be used to extract hidden files? AiedailEclipsed 0 1,735 Mar-22-2022, 05:21 PM
Last Post: AiedailEclipsed
  count every 28 files and find desire files RolanRoll 3 2,214 Dec-12-2021, 04:42 PM
Last Post: Axel_Erfurt
  Have to use Python 2.x to find "yesterday' files tester_V 6 2,995 Sep-19-2021, 12:26 AM
Last Post: tester_V
  find 'yesterdays files' tester_V 8 4,147 Jun-18-2021, 02:10 AM
Last Post: tester_V
  Find and replace in files with regex and Python Melcu54 0 1,917 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,911 Dec-11-2020, 07:07 PM
Last Post: tester_V
  helping PyInstaller To Find files Harshil 0 1,554 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,839 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