Package jazzparser :: Package utils
[hide private]
[frames] | no frames]

Source Code for Package jazzparser.utils

 1  """Utility modules used throughout the rest of the codebase. 
 2   
 3  Note that these modules should in general not depend (at compile time)  
 4  on any other modules, to avoid cyclic dependencies. They could be  
 5  imported (at the top level) into any other module so should not have  
 6  any top-level imports from other modules. 
 7   
 8  """ 
 9