X7ROOT File Manager
Current Path:
/usr/lib64/python2.7/site-packages/dns/rdtypes
usr
/
lib64
/
python2.7
/
site-packages
/
dns
/
rdtypes
/
📁
..
📁
ANY
📁
IN
📄
__init__.py
(880 B)
📄
__init__.pyc
(265 B)
📄
__init__.pyo
(265 B)
📄
dsbase.py
(3.38 KB)
📄
dsbase.pyc
(3.22 KB)
📄
dsbase.pyo
(3.22 KB)
📄
mxbase.py
(3.88 KB)
📄
mxbase.pyc
(4.62 KB)
📄
mxbase.pyo
(4.62 KB)
📄
nsbase.py
(2.92 KB)
📄
nsbase.pyc
(3.55 KB)
📄
nsbase.pyo
(3.55 KB)
📄
txtbase.py
(2.92 KB)
📄
txtbase.pyc
(3.02 KB)
📄
txtbase.pyo
(2.97 KB)
Editing: __init__.py
# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, # provided that the above copyright notice and this permission notice # appear in all copies. # # THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """DNS rdata type classes""" __all__ = [ 'ANY', 'IN', 'mxbase', 'nsbase', ]
Upload File
Create Folder