App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.dosinfo.SubnetValidator Class Reference
Inheritance diagram for google.appengine.api.dosinfo.SubnetValidator:
google.appengine.api.validation.Validator

Public Member Functions

def Validate
 
- Public Member Functions inherited from google.appengine.api.validation.Validator
def __init__
 
def __call__
 
def Validate
 
def ToValue
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.api.validation.Validator
 default
 
- Static Public Attributes inherited from google.appengine.api.validation.Validator
 expected_type = object
 

Detailed Description

Checks that a subnet can be parsed and is a valid IPv4 or IPv6 subnet.

Member Function Documentation

def google.appengine.api.dosinfo.SubnetValidator.Validate (   self,
  value,
  unused_key = None 
)
Validates a subnet.

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