mirror of
https://github.com/Wojtek242/pylg.git
synced 2024-10-29 22:10:50 +01:00
6 lines
111 B
Python
6 lines
111 B
Python
|
from pylg import TraceFunction, trace
|
||
|
import sys
|
||
|
|
||
|
def test_load():
|
||
|
print(sys.modules['__main__'].__file__)
|