mirror of https://github.com/KLayout/klayout.git
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())))
|
||
|
|
|