parent
2cb1b42b38
commit
573daf741b
|
@ -325,9 +325,9 @@ raise ValueError()
|
||||||
path = '?'
|
path = '?'
|
||||||
firstlineno = 5
|
firstlineno = 5
|
||||||
|
|
||||||
@property
|
|
||||||
def fullsource(self):
|
def fullsource(self):
|
||||||
raise fail
|
raise fail
|
||||||
|
fullsource = property(fullsource)
|
||||||
|
|
||||||
class FakeFrame(object):
|
class FakeFrame(object):
|
||||||
code = FakeCode()
|
code = FakeCode()
|
||||||
|
|
Loading…
Reference in New Issue