hexed 0.3.0
 
Loading...
Searching...
No Matches
hexedpy.build_utils.Union Class Reference
Inheritance diagram for hexedpy.build_utils.Union:
hexedpy.build_utils.Buildable hexedpy.build_utils.Deliverable

Public Member Functions

 __init__ (self, builder, buildables, name="", parallel=False)
 
 touch (self)
 
 depends (self)
 
 output (self)
 
 up_to_date (self)
 
 build (self)
 
 __str__ (self)
 
- Public Member Functions inherited from hexedpy.build_utils.Buildable
 __new__ (cls, builder, *args, **kwargs)
 
 found_output (self)
 
 found_depends (self)
 
 has_test (self)
 
 find (self)
 
 do (self)
 
 __getitem__ (self, class_)
 
 sdir (self)
 
 bdir (self)
 
- Public Member Functions inherited from hexedpy.build_utils.Deliverable
 __and__ (self, other)
 
 __or__ (self, other)
 
 __add__ (self, other)
 

Protected Attributes

 _buildables
 
 _name
 
 _parallel
 

Additional Inherited Members

- Static Public Member Functions inherited from hexedpy.build_utils.Deliverable
 make (arg)
 
- Public Attributes inherited from hexedpy.build_utils.Buildable
 bdir
 
 found_depends
 
 found_output
 
- Static Public Attributes inherited from hexedpy.build_utils.Buildable
 builder = None
 
- Static Protected Attributes inherited from hexedpy.build_utils.Buildable
 _found_output = None
 
 _found_depends = None
 

Member Function Documentation

◆ __str__()

hexedpy.build_utils.Union.__str__ ( self)

Reimplemented from hexedpy.build_utils.Buildable.

◆ build()

hexedpy.build_utils.Union.build ( self)

Reimplemented from hexedpy.build_utils.Buildable.

◆ depends()

hexedpy.build_utils.Union.depends ( self)

Reimplemented from hexedpy.build_utils.Buildable.

◆ output()

hexedpy.build_utils.Union.output ( self)

Reimplemented from hexedpy.build_utils.Buildable.

◆ touch()

hexedpy.build_utils.Union.touch ( self)

Reimplemented from hexedpy.build_utils.Buildable.

◆ up_to_date()

hexedpy.build_utils.Union.up_to_date ( self)

Reimplemented from hexedpy.build_utils.Buildable.


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