Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 838 Bytes

File metadata and controls

28 lines (23 loc) · 838 Bytes

_Not

unit_test_api.components.schema._not

type: schemas.Schema

validate method

Input Type Return Type Notes
dict, schemas.immutabledict, str, datetime.date, datetime.datetime, uuid.UUID, int, float, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader schemas.immutabledict, str, float, int, bool, None, tuple, bytes, io.FileIO

Composed Schemas (allOf/anyOf/oneOf/not)

not

Schema Class Input Type Return Type
Not2 int int

Not2

type: schemas.Schema

validate method

Input Type Return Type Notes
int int

[Back to top] [Back to Component Schemas] [Back to README]