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

Throws an exception on blank values. More...

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

Public Member Functions

def __call__ (self, fieldname, value)
 

Detailed Description

Throws an exception on blank values.

Definition at line 43 of file validators.py.

Member Function Documentation

◆ __call__()

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

Definition at line 46 of file validators.py.


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