Belle II Software development
__CompilationDbNode Class Reference
Inheritance diagram for __CompilationDbNode:

Public Member Functions

 __init__ (self, value)
 

Detailed Description

Definition at line 49 of file compilation_db.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
value )

Definition at line 50 of file compilation_db.py.

50 def __init__(self, value):
51 SCons.Node.Python.Value.__init__(self, value)
52 self.Decider(changed_since_last_build_node)
53
54

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