Package vtrace :: Package platforms
[hide private]
[frames] | no frames]

Source Code for Package vtrace.platforms

 1  """ 
 2  Platform Support Modules 
 3   
 4  The vtrace platforms package is where the modules live that 
 5  implement platform specific functionality that is used behind 
 6  the scenes of the top level Trace object.  If you're not porting 
 7  vtrace to a new platform, or chasing a bug, you probably don't need 
 8  anything from here... 
 9  """ 
10  # Copyright (C) 2007 Invisigoth - See LICENSE file for details 
11