CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
spec_builder Namespace Reference

Classes

class  SpecPoint
 
class  TracePoint
 
class  TraceParser
 

Functions

def peek
 
def get_parent
 
def exact_parser
 
def parent_dir_parser
 
def parse_args
 
def main
 

Variables

dictionary ParsingPolicies
 

Function Documentation

def spec_builder.exact_parser (   pathsToInclude)

Definition at line 41 of file spec_builder.py.

def spec_builder.get_parent (   path)

Definition at line 37 of file spec_builder.py.

Referenced by parent_dir_parser().

Here is the caller graph for this function:

def spec_builder.main ( )

Definition at line 169 of file spec_builder.py.

Here is the call graph for this function:

def spec_builder.parent_dir_parser (   pathsToInclude)

Definition at line 53 of file spec_builder.py.

Here is the call graph for this function:

def spec_builder.parse_args ( )

Definition at line 142 of file spec_builder.py.

Referenced by main().

Here is the caller graph for this function:

def spec_builder.peek (   stack,
  pos = 1 
)

Definition at line 34 of file spec_builder.py.

Variable Documentation

dictionary spec_builder.ParsingPolicies
Initial value:
1 = {
2  "pdir": parent_dir_parser,
3  "exact": exact_parser
4 }

Definition at line 71 of file spec_builder.py.