Skip to content

Commit

Permalink
Create Linux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzyskow authored Feb 29, 2024
1 parent 45f9f10 commit 7c6ae39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Linux.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import inspect
from ctypes.util import find_library

print("find_library script:")
print(inspect.getsourcefile(find_library))
print("\nfind_library function:")
print(inspect.getsource(find_library))

0 comments on commit 7c6ae39

Please sign in to comment.