PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pafera.validators.NullValidator Class Reference

Throws an exception on NULL values. More...

Inheritance diagram for pafera.validators.NullValidator:
pafera.validators.BaseValidator

Public Member Functions

def __call__ (self, fieldname, value)
 

Detailed Description

Throws an exception on NULL values.

Definition at line 35 of file validators.py.

Member Function Documentation

◆ __call__()

def pafera.validators.NullValidator.__call__ (   self,
  fieldname,
  value 
)

Definition at line 38 of file validators.py.


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