Python Forum
calling os functions not in module os
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
calling os functions not in module os
#2
see Calling functions here: https://docs.python.org/3/library/ctypes.html
simple example:
>>> print(libc.time(None))  
1150640792
>>> print(hex(windll.kernel32.GetModuleHandleA(None)))  
0x1d000000
>>>
Reply


Messages In This Thread
calling os functions not in module os - by Skaperen - Nov-09-2018, 08:03 PM
RE: calling os functions not in module os - by Larz60+ - Nov-09-2018, 08:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calling functions by making part of their name with variable crouzilles 4 898 Nov-02-2023, 12:25 PM
Last Post: noisefloor
  Calling functions from within a class: PYQT6 Anon_Brown 4 3,866 Dec-09-2021, 12:40 PM
Last Post: deanhystad
Question trouble with functions "def", calling/defining them Duck_Boom 13 4,524 Oct-21-2020, 03:50 AM
Last Post: Duck_Boom
  module to store functions/variables and how to call them? mstichler 3 2,465 Jun-03-2020, 06:49 PM
Last Post: mstichler
  Calling C functions with PyObjects jibarra 6 2,793 Jul-17-2019, 02:52 PM
Last Post: jibarra
  How to find functions or methods in a module? deepakdeshp 8 4,377 May-23-2019, 09:36 AM
Last Post: DeaD_EyE
  when calling module comes up with syntax error DAS 5 3,853 Nov-27-2017, 01:50 PM
Last Post: sparkz_alot
  Trouble calling functions in main function RedSkeleton007 6 5,177 Nov-11-2017, 01:22 PM
Last Post: sparkz_alot
  Calling functions from another file jp2017 11 30,641 Oct-11-2017, 10:58 PM
Last Post: snippsat
  module functions and data references Skaperen 6 4,329 Jul-30-2017, 04:09 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