How to use the interrogate.Builder function in interrogate

To help you get started, we’ve selected a few interrogate examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github numberoverzero / jsonquery / tests / builder_tests.py View on Github external
def make_builder(self, model=None, type_constraints=None, query_constraints=None):
        dm, dt, dq = self.valid_builder_args()

        return Builder(
            model or dm,
            type_constraints or dt,
            query_constraints or dq
        )

interrogate

Interrogate a codebase for docstring coverage.

MIT
Latest version published 9 days ago

Package Health Score

87 / 100
Full package analysis

Popular interrogate functions