class documentation

class SphinxTestAppWrapperForSkipBuilding: (source)

View In Hierarchy

This class is a wrapper for SphinxTestApp to speed up the test by skipping `app.build` process if it is already built and there is even one output file.

Method __getattr__ Undocumented
Method __init__ Undocumented
Method build Undocumented
Instance Variable app Undocumented
def __getattr__(self, name): (source)

Undocumented

Parameters
name:strUndocumented
Returns
AnyUndocumented
def __init__(self, app_): (source)

Undocumented

Parameters
app_:SphinxTestAppUndocumented
def build(self, *args, **kwargs): (source)

Undocumented

Parameters
*args:AnyUndocumented
**kwargs:AnyUndocumented

Undocumented