File: Identifier.py

package info (click to toggle)
python-feedvalidator 0~svn1022-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 648 kB
  • ctags: 2,452
  • sloc: python: 9,481; makefile: 27; sh: 8
file content (5 lines) | stat: -rwxr-xr-x 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
class Identifier(unicode):
    """
    See http://www.w3.org/2002/07/rdf-identifer-terminology/
    regarding choice of terminology.
    """