Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Profile.fake_frame Class Reference

Public Member Functions

def __init__
 

Data Fields

 f_code
 
 f_back
 

Detailed Description

Definition at line 344 of file profile.py.

Constructor & Destructor Documentation

def __init__ (   self,
  code,
  prior 
)

Definition at line 345 of file profile.py.

346  def __init__(self, code, prior):
347  self.f_code = code
348  self.f_back = prior
def simulate_call(self, name):

Field Documentation

f_back

Definition at line 347 of file profile.py.

f_code

Definition at line 346 of file profile.py.


The documentation for this class was generated from the following file: