class documentation

class SphinxTestAppWrapperForSkipBuilding:

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):

Undocumented

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

Undocumented

Parameters
app​_:SphinxTestAppUndocumented
def build(self, *args, **kwargs):

Undocumented

Parameters
*args:AnyUndocumented
**kwargs:AnyUndocumented
app =

Undocumented