mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
7 lines
151 B
Python
7 lines
151 B
Python
|
|
import os
|
|
|
|
def f():
|
|
return("f: " + os.path.basename(pya.Macro.real_path(__file__, lineno())) + ":" + str(pya.Macro.real_line(__file__, lineno())))
|
|
|