Package openid :: Module urinorm
[frames] | no frames]

Module urinorm

source code

Functions [hide private]
  remove_dot_segments(path)
  urinorm(uri)

Variables [hide private]
  uri_pattern = '^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(...
  uri_re = <_sre.SRE_Pattern object at 0x82df120>
  authority_pattern = '^([^@]*@)?([^:]*)(:.*)?'
  authority_re = <_sre.SRE_Pattern object at 0xb7929020>
  pct_encoded_pattern = '%([0-9A-Fa-f]{2})'
  pct_encoded_re = <_sre.SRE_Pattern object at 0xb7c7b650>
  UCSCHAR = [(160, 55295), (63744, 64975), (65008, 65519), (6553...
  IPRIVATE = [(57344, 63743), (983040, 1048573), (1048576, 1114109)]
  _ = 122

Function Details [hide private]

remove_dot_segments(path)

source code 

urinorm(uri)

source code 

Variables Details [hide private]

uri_pattern

Value:
'^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?'           
      

uri_re

Value:
^(([^:/\?#]+):)?(//([^/\?#]*))?([^\?#]*)(\?([^#]*))?(#(.*))?           
      

authority_pattern

Value:
'^([^@]*@)?([^:]*)(:.*)?'                                              
      

authority_re

Value:
^([^@]*@)?([^:]*)(:.*)?                                                
      

pct_encoded_pattern

Value:
'%([0-9A-Fa-f]{2})'                                                    
      

pct_encoded_re

Value:
%([0-9A-Fa-f]{2})                                                      
      

UCSCHAR

Value:
[(160, 55295),
 (63744, 64975),
 (65008, 65519),
 (65536, 131069),
 (131072, 196605),
 (196608, 262141),
 (262144, 327677),
 (327680, 393213),
...                                                                    
      

IPRIVATE

Value:
[(57344, 63743), (983040, 1048573), (1048576, 1114109)]                
      

_

Value:
122