MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / FCode

Class FCode

_pydevd_bundle/pydevd_frame_utils.py:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class FCode(object):
22 def __init__(self, name, filename):
23 self.co_name = name
24 self.co_filename = filename
25 self.co_firstlineno = 1
26 self.co_flags = 0
27
28 def co_lines(self):
29 return ()
30
31
32def add_exception_to_frame(frame, exception_info):

Callers 5

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected