pyre.tracking.Script¶
Module Contents¶
-
class
pyre.tracking.Script.Script(source, line=None, function=None)¶ A locator that records information relevant to python scripts. This information is typically extracted from stack traces so it contains whatever can be harvested by introspection
-
__slots__= ['source', 'line', 'function']¶
-
__str__(self)¶
-